Skip to content

Commit e280846

Browse files
Update apps/svelte.dev/content/tutorial/03-sveltekit/08-app-state/01-page-state/index.md
Co-authored-by: Conduitry <[email protected]>
1 parent 1d3731f commit e280846

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ Each of these properties is reactive, using `$state.raw` under the hood. Here's
3535
{@render children()}
3636
```
3737

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

0 commit comments

Comments
 (0)