Skip to content

Commit

Permalink
fix typo with "$app/stores" (#387)
Browse files Browse the repository at this point in the history
should be `$app/stores` not `$app/store`
  • Loading branch information
AlbertMarashi authored Jan 9, 2025
1 parent dbd238b commit 4c3a504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/20-commands/40-sv-migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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`

Expand Down

0 comments on commit 4c3a504

Please sign in to comment.