Skip to content

Commit a970efa

Browse files
committed
fix typo discovered by codespell
1 parent 3ed779d commit a970efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/commands/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ def decorator(func: Callable) -> cls:
984984
def command(**kwargs):
985985
"""There is an alias for :meth:`application_command`.
986986
.. note::
987-
This decorator is overriden by :func:`commands.command`.
987+
This decorator is overridden by :func:`commands.command`.
988988
.. versionadded:: 2.0
989989
Returns
990990
--------

0 commit comments

Comments
 (0)