Skip to content

Commit 28afce1

Browse files
typo-1
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c83f957 commit 28afce1

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
@@ -38,7 +38,7 @@ No suspense fallbacks are shown in the browser, which makes this mode ideal for
3838
Uses [`renderToStream`](/reference/rendering/render-to-stream) to render the page from Solid's core to render the page streaming.
3939
Leveraging [TransformableStream](https://developer.mozilla.org/en-US/docs/Web/API/TransformStream) to progressively send the HTML to the client-side.
4040

41-
This mode is ideal for performance and future-friendly apps. .
41+
This mode is ideal for performance and future-friendly apps.
4242

4343
## Global Configuration
4444

0 commit comments

Comments
 (0)