Skip to content

Commit 6a551ea

Browse files
authored
Fix typo in render docs (#1141)
* Fix docs of RenderResultReadable * Fix docs for RenderResultReadable
1 parent ac9eeec commit 6a551ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/lit-dev-content/site/docs/v2/ssr/server-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Allowing Promises in a sync iterable creates a kind of hybrid sync / async itera
6363

6464
`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.
6565

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.
6767

6868
```ts
6969
import {render} from '@lit-labs/ssr';

packages/lit-dev-content/site/docs/v3/ssr/server-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Allowing Promises in a sync iterable creates a kind of hybrid sync / async itera
6363

6464
`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.
6565

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.
6767

6868
```ts
6969
import {render} from '@lit-labs/ssr';

0 commit comments

Comments
 (0)