From b9902efa540ca90b54068e9c8b3650fff41afb4c Mon Sep 17 00:00:00 2001 From: "svelte-docs-bot[bot]" <196124396+svelte-docs-bot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:52:49 +0000 Subject: [PATCH] sync cli docs --- apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md b/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md index 8577f56e7..45f266389 100644 --- a/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md +++ b/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md @@ -49,7 +49,7 @@ Add add-ons to the project in the `create` command. Following the same format as Example: ```sh -npx sv create --add eslint prettier +npx sv create --add eslint prettier [path] ``` ### `--no-add-ons`