From 1118cedd6906a3e52b89391a0c123f44e78cbd54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 08:48:51 -0500 Subject: [PATCH] Sync `cli` docs (#1103) sync cli docs Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com> --- apps/svelte.dev/content/docs/cli/20-commands/40-sv-migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/svelte.dev/content/docs/cli/20-commands/40-sv-migrate.md b/apps/svelte.dev/content/docs/cli/20-commands/40-sv-migrate.md index 422d49308..5778f8a12 100644 --- a/apps/svelte.dev/content/docs/cli/20-commands/40-sv-migrate.md +++ b/apps/svelte.dev/content/docs/cli/20-commands/40-sv-migrate.md @@ -17,7 +17,7 @@ npx sv migrate [migration] ### `app-state` -Migrates `$app/store` usage to `$app/state` in `.svelte` files. See the [migration guide](/docs/kit/migrating-to-sveltekit-2#SvelteKit-2.12:-$app-stores-deprecated) for more details. +Migrates `$app/stores` usage to `$app/state` in `.svelte` files. See the [migration guide](/docs/kit/migrating-to-sveltekit-2#SvelteKit-2.12:-$app-stores-deprecated) for more details. ### `svelte-5`