Skip to content

Commit

Permalink
fix typo (sveltejs#11274)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Dec 12, 2023
1 parent c00521c commit 08982fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/20-core-concepts/40-page-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ While prerendering, the value of `building` imported from [`$app/environment`](m

### Prerendering server routes

Unlike the other page options, `prerender` also applies to `+server.js` files. These files are _not_ affected from layouts, but will inherit default values from the pages that fetch data from them, if any. For example if a `+page.js` contains this `load` function...
Unlike the other page options, `prerender` also applies to `+server.js` files. These files are _not_ affected by layouts, but will inherit default values from the pages that fetch data from them, if any. For example if a `+page.js` contains this `load` function...

```js
/// file: +page.js
Expand Down

0 comments on commit 08982fc

Please sign in to comment.