Skip to content

Commit 1b6ac6a

Browse files
authored
docs: remove alert about the page store (sveltejs#375)
Already covered in a previous chapter "Part 3 / Stores / page"
1 parent 5cc3d07 commit 1b6ac6a

File tree

1 file changed

+0
-2
lines changed
  • content/tutorial/03-sveltekit/09-errors-and-redirects/02-error-pages

1 file changed

+0
-2
lines changed

content/tutorial/03-sveltekit/09-errors-and-redirects/02-error-pages/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ The default error page is somewhat bland. We can customize it by creating a `src
1919
</span>
2020
```
2121

22-
> We're using the `page` store, which we'll learn more about in a later chapter.
23-
2422
Notice that the `+error.svelte` component is rendered inside the root `+layout.svelte`. We can create more granular `+error.svelte` boundaries:
2523

2624
```svelte

0 commit comments

Comments
 (0)