Skip to content

Commit 49b03df

Browse files
committed
Fixed docs
1 parent baf3f7e commit 49b03df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/utils/manage_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def create_option(name: str,
147147
Creates option used for creating slash command.
148148
149149
:param name: Name of the option.
150-
:param description: Descrption of the option.
150+
:param description: Description of the option.
151151
:param option_type: Type of the option.
152152
:param required: Whether this option is required.
153153
:param choices: Choices of the option. Can be empty.

0 commit comments

Comments
 (0)