Skip to content

Commit 850dde0

Browse files
Update apps/svelte.dev/content/tutorial/03-sveltekit/08-app-state/02-navigating-state/index.md
Co-authored-by: Conduitry <[email protected]>
1 parent 6571278 commit 850dde0

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/content/tutorial/03-sveltekit/08-app-state/02-navigating-state

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/tutorial/03-sveltekit/08-app-state/02-navigating-state/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ It can be used to show a loading indicator for long-running navigations. In this
3636
{@render children()}
3737
```
3838

39-
> [!NOTE] Prior to SvelteKit 2.12, you had to use `$app/stores` for this, which provides a `$navigating` store with the same information. If you're currently using `$app/stores`, we advice you do migrate towards `$app/state` (requires Svelte 5).
39+
> [!NOTE] Prior to SvelteKit 2.12, you had to use `$app/stores` for this, which provides a `$navigating` store with the same information. If you're currently using `$app/stores`, we advise you to migrate towards `$app/state` (requires Svelte 5).

0 commit comments

Comments
 (0)