Skip to content

Commit 4c3a504

Browse files
fix typo with "$app/stores" (#387)
should be `$app/stores` not `$app/store`
1 parent dbd238b commit 4c3a504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/20-commands/40-sv-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npx sv migrate [migration]
1616

1717
### `app-state`
1818

19-
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.
19+
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.
2020

2121
### `svelte-5`
2222

0 commit comments

Comments
 (0)