Skip to content

Commit 7a73d35

Browse files
typo-3
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2e8d401 commit 7a73d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ All async features are disabled and the page is rendered as soon as possible and
2929
### Async Mode
3030

3131
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.
32+
All Suspense boundaries are resolved and rendered before being sent to the client-side.
3333

3434
No suspense fallbacks are shown in the browser, which makes this mode ideal for SEO optimizations and bot support.
3535

0 commit comments

Comments
 (0)