Skip to content

Commit 1f37334

Browse files
authored
docs(upgrading-to-application-commands.md): correct grammar (#7825)
- add missing article
1 parent 4fb2aec commit 1f37334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/upgrading-to-application-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ And when your app has several commands (and perhaps [subcommands](/docs/interact
243243
#### Examples
244244

245245
- You should use a descriptive name like `/stats` rather than a vague name like `/get` for a command that displays stats to a user.
246-
- You should use shorter name like `/poll` rather than a verbose name like `/create-new-poll` for a command that creates a new poll. If there are many actions to take related to `/poll`, it might be more intuitive to use a `create` subcommand.
246+
- You should use a shorter name like `/poll` rather than a verbose name like `/create-new-poll` for a command that creates a new poll. If there are many actions to take related to `/poll`, it might be more intuitive to use a `create` subcommand.
247247

248248
### Collecting User Input
249249

0 commit comments

Comments
 (0)