diff --git a/examples/tutorial_derive/03_04_subcommands.md b/examples/tutorial_derive/03_04_subcommands.md index 192169b8a3b..4d57dfeeeb8 100644 --- a/examples/tutorial_derive/03_04_subcommands.md +++ b/examples/tutorial_derive/03_04_subcommands.md @@ -30,7 +30,7 @@ $ 03_04_subcommands_derive add bob ``` When specifying commands with `command: Commands`, they are required. -Alternatively, you could do `commaand: Option` to make it optional. +Alternatively, you could do `command: Option` to make it optional. ```console $ 03_04_subcommands_derive ? failed