diff --git a/docs/dispatcher/dispatcher.rst b/docs/dispatcher/dispatcher.rst index 2bb192de..0b650109 100644 --- a/docs/dispatcher/dispatcher.rst +++ b/docs/dispatcher/dispatcher.rst @@ -47,7 +47,7 @@ All updates can be propagated to the dispatcher by :obj:`Dispatcher.feed_update( .. code-block:: python bot = Bot(...) - dp = Dispathcher() + dp = Dispatcher() ...