Skip to content

Commit

Permalink
tweak docs slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jan 10, 2022
1 parent e4ef0d3 commit f8d82f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/03-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ If the `load` function returns a `props` object, the props will be passed to the

This will be merged with any existing `stuff` and passed to the `load` functions of subsequent layout and page components.

The final stuff will be available as part of the [page store](#modules-$app-stores) providing a way to pass data upward to the layouts.
The combined `stuff` is available to components using the [page store](#modules-$app-stores) as `$page.stuff`, providing a mechanism for pages to pass data 'upward' to layouts.

0 comments on commit f8d82f9

Please sign in to comment.