diff --git a/discord/bot.py b/discord/bot.py index 6643169ad5..7d561b52cc 100644 --- a/discord/bot.py +++ b/discord/bot.py @@ -680,7 +680,7 @@ async def sync_commands( register all commands. By default, this coroutine is called inside the :func:`.on_connect` event. If you choose to override the - :func:`.on_connect` event, then you should invoke this coroutine as well such as the follwing: + :func:`.on_connect` event, then you should invoke this coroutine as well such as the following: .. code-block:: python