Skip to content

Commit 562b811

Browse files
authored
Update apps/svelte.dev/content/tutorial/03-sveltekit/08-app-state/03-updated-state/index.md
1 parent 0ae2d10 commit 562b811

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ You can manually check for new versions, regardless of `pollInterval`, by callin
3131
+++{/if}+++
3232
```
3333

34-
> [!NOTE] Prior to SvelteKit 2.12, you had to use `$app/stores` for this, which provides a `$updated` store with the same information. If you're currently using `$app/stores`, we advise you to migrate towards `$app/state` (requires Svelte 5).
34+
> [!NOTE] Prior to SvelteKit 2.12, you had to use `$app/stores` for this, which provides an `$updated` 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)