Skip to content

Commit

Permalink
docs: fix typos in SPA paragraph on frontend page
Browse files Browse the repository at this point in the history
  • Loading branch information
phaleth authored and terrablue committed Feb 27, 2024
1 parent 4d4c2f5 commit 539ef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ is *always* sent along the page and activates on page load.
## SPA

For modules that support it (currently Svelte, React and Solid), SPA browsing
s active by default. It injects a small JavaScript client into the build which=
is active by default. It injects a small JavaScript client into the build which
uses `fetch` to manage clicking on links and submitting forms instead of
reloading the entire page, and also manages browsing the history.

Expand Down

0 comments on commit 539ef46

Please sign in to comment.