diff --git a/docs/guides/slash-commands/06-subcommands.md b/docs/guides/slash-commands/06-subcommands.md index 5e46406de..7a3907ff4 100644 --- a/docs/guides/slash-commands/06-subcommands.md +++ b/docs/guides/slash-commands/06-subcommands.md @@ -206,7 +206,7 @@ private async Task HandleSettingsCommand(SocketSlashCommand command) ``` -Now, let't try this out! Running the 3 get commands seems to get the default values we set. +Now, let's try this out! Running the 3 get commands seems to get the default values we set. ![settings get](images/settings2.png)