Skip to content

Commit 6f1ad85

Browse files
authored
docs: fix typo (Pycord-Development#2401)
1 parent 43a9ee7 commit 6f1ad85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ async def sync_commands(
680680
register all commands.
681681
682682
By default, this coroutine is called inside the :func:`.on_connect` event. If you choose to override the
683-
:func:`.on_connect` event, then you should invoke this coroutine as well such as the follwing:
683+
:func:`.on_connect` event, then you should invoke this coroutine as well such as the following:
684684
685685
.. code-block:: python
686686

0 commit comments

Comments
 (0)