Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
docs: fix typo (#1240)
Browse files Browse the repository at this point in the history
There are multiple arguments, so it should probably be plural
  • Loading branch information
benmccann committed May 27, 2020
1 parent c4fd240 commit 6747275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/04-preloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ As seen in the [routing](docs#Routing) section, page components can have an opti

It lives in a `context="module"` script — see the [tutorial](https://svelte.dev/tutorial/module-exports) — because it's not part of the component instance itself; instead, it runs *before* the component is created, allowing you to avoid flashes while data is fetched.

### Argument
### Arguments

The `preload` function receives two arguments — `page` and `session`.

Expand Down

0 comments on commit 6747275

Please sign in to comment.