From cce0f412878640426ae43cd6188784682bd5a929 Mon Sep 17 00:00:00 2001 From: JustaSqu1d <89910983+JustaSqu1d@users.noreply.github.com> Date: Wed, 20 Mar 2024 08:08:29 -0700 Subject: [PATCH] docs: fix typo --- discord/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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