We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8d401 commit 7a73d35Copy full SHA for 7a73d35
1 file changed
src/routes/solid-start/building-your-application/rendering-modes.mdx
@@ -29,7 +29,7 @@ All async features are disabled and the page is rendered as soon as possible and
29
### Async Mode
30
31
Uses [`renderToStringAsync`](/reference/rendering/render-to-string-async) to render the page from Solid's core to render the page asynchronously.
32
-All Suspense boundares are resolved and rendered before being sent to the client-side.
+All Suspense boundaries are resolved and rendered before being sent to the client-side.
33
34
No suspense fallbacks are shown in the browser, which makes this mode ideal for SEO optimizations and bot support.
35
0 commit comments