Skip to content

Commit

Permalink
docs: fix typo and add additional info (#755)
Browse files Browse the repository at this point in the history
* chore: fix typo

change adjective to verb

* chore: add info for pages with no js at all

* revert sveltekit:prefetch addition

Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
  • Loading branch information
ignatiusmb and Rich-Harris authored Mar 30, 2021
1 parent b5cfba6 commit 96cbda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/11-ssr-and-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In certain circumstances you might need to disable this behaviour with the app-w
</script>
```

Note that this will disabling client-side routing for any navigation from this page, regardless of whether the router is already active.
Note that this will disable client-side routing for any navigation from this page, regardless of whether the router is already active.

### hydrate

Expand Down

0 comments on commit 96cbda3

Please sign in to comment.