From 812ccd87d6956f981f0b5690a97f78c3e6c2144f Mon Sep 17 00:00:00 2001 From: Michael Molisani Date: Wed, 2 Oct 2024 09:47:59 +0100 Subject: [PATCH] docs: correct typo with --template flag in tutorial Signed-off-by: Michael Molisani --- docs/docs/tutorial.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial.mdx b/docs/docs/tutorial.mdx index 1945bbd..793c1f1 100644 --- a/docs/docs/tutorial.mdx +++ b/docs/docs/tutorial.mdx @@ -91,7 +91,7 @@ You should see this exact output if you generated a multi-command app. Since Str #### Single Command -You can optionally choose to run `npx @stricli/create-app@latest --command-type single` to generate a single command app. +You can optionally choose to run `npx @stricli/create-app@latest --template single` to generate a single command app. If you generated a single command app, your initial output should look like this: