Skip to content

Commit 2547e59

Browse files
committed
remove reference to router option in docs
1 parent a795335 commit 2547e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/11-page-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Ordinarily, SvelteKit [hydrates](#appendix-hydration) your server-rendered HTML
1616
</script>
1717
```
1818

19-
> If `hydrate` and `router` are both `false`, SvelteKit will not add any JavaScript to the page at all. If [server-side rendering](#hooks-handle) is disabled in `handle`, `hydrate` must be `true` or no content will be rendered.
19+
> If `hydrate` is `false`, SvelteKit will not add any JavaScript to the page at all. If [server-side rendering](#hooks-handle) is disabled in `handle`, `hydrate` must be `true` or no content will be rendered.
2020
2121
### prerender
2222

0 commit comments

Comments
 (0)