Skip to content

Commit c56434a

Browse files
Update src/routes/solid-start/building-your-application/rendering-modes.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 717bca0 commit c56434a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/building-your-application/rendering-modes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Asynchronous features will be directly impacted since rendering will mostly happ
2828
### Async Mode
2929

3030
Uses [`renderToStringAsync`](/reference/rendering/render-to-string-async) to render the page from Solid's core to render the page asynchronously.
31-
All Suspense boundaries are resolved and rendered before being sent to the client-side.
31+
Uses [`renderToStringAsync`](/reference/rendering/render-to-string-async) from Solid's core to render the page asynchronously.
3232

3333
:::tip[SEO and Bot Support]
3434
No suspense fallbacks are shown in the browser, which makes this mode ideal for SEO optimizations and bot support.

0 commit comments

Comments
 (0)