Skip to content

Commit da1e604

Browse files
author
Rich Harris
committed
minor tweak
1 parent 54cb56d commit da1e604

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-sveltekit/07-page-options/02-ssr

1 file changed

+1
-1
lines changed

content/tutorial/03-sveltekit/07-page-options/02-ssr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ That said, some components _can't_ be rendered on the server, perhaps because th
1111
export const ssr = false;
1212
```
1313

14-
> Setting `ssr` to `false` inside your root `+layout.server.js` effectively turns your entire app into an SPA.
14+
> Setting `ssr` to `false` inside your root `+layout.server.js` effectively turns your entire app into a single-page app (SPA).

0 commit comments

Comments
 (0)