Skip to content

Commit 2f3cac2

Browse files
docs: fix link to invalidation section (sveltejs#422)
* docs: fix link to invalidation section * Update content/tutorial/03-sveltekit/03-loading-data/02-layout-data/README.md --------- Co-authored-by: Geoff Rich <[email protected]>
1 parent b3b1666 commit 2f3cac2

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-sveltekit/03-loading-data/02-layout-data

1 file changed

+1
-1
lines changed

content/tutorial/03-sveltekit/03-loading-data/02-layout-data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Now, add a sidebar in the layout for the post page:
4747

4848
The layout (and the page below it) inherits `data.summaries` from the parent `+layout.server.js`.
4949

50-
When we navigate from one post to another, we only need to load the data for the post itself — the layout data is still valid. See the documentation on [invalidation](https://kit.svelte.dev/docs/load#invalidation) to learn more.
50+
When we navigate from one post to another, we only need to load the data for the post itself — the layout data is still valid. See the documentation on [invalidation](https://kit.svelte.dev/docs/load#rerunning-load-functions) to learn more.

0 commit comments

Comments
 (0)