You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/lit-dev-content/site/docs/v2/ssr/server-usage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Allowing Promises in a sync iterable creates a kind of hybrid sync / async itera
63
63
64
64
`RenderResultReadable` is a Node `Readable` stream implementation that provides values from a `RenderResult`. This can be piped into a `Writable` stream, or passed to web server frameworks like Koa.
65
65
66
-
This is the preferred way to handle SSR results when integrating with a streaming HTTP server or other stream-supprting API.
66
+
This is the preferred way to handle SSR results when integrating with a streaming HTTP server or other stream-supporting API.
Copy file name to clipboardExpand all lines: packages/lit-dev-content/site/docs/v3/ssr/server-usage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Allowing Promises in a sync iterable creates a kind of hybrid sync / async itera
63
63
64
64
`RenderResultReadable` is a Node `Readable` stream implementation that provides values from a `RenderResult`. This can be piped into a `Writable` stream, or passed to web server frameworks like Koa.
65
65
66
-
This is the preferred way to handle SSR results when integrating with a streaming HTTP server or other stream-supprting API.
66
+
This is the preferred way to handle SSR results when integrating with a streaming HTTP server or other stream-supporting API.
0 commit comments