From 4dff87386a950d8dfa8e89906e9bf54d180d13de Mon Sep 17 00:00:00 2001 From: devinherron <38471878+devinherron@users.noreply.github.com> Date: Wed, 13 Sep 2023 20:56:05 -0700 Subject: [PATCH] fix(doc): Fix typo in 03_04_subcommands.md --- examples/tutorial_derive/03_04_subcommands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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