Skip to content

Commit 0769a2e

Browse files
committed
fix: remove extra l in heading id
1 parent 5356a66 commit 0769a2e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/content/reference/react-dom/static/resumeAndPrerenderToNodeStream.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This API is specific to Node.js. Environments with [Web Streams,](https://develo
2424
2525
## Reference {/*reference*/}
2626
27-
### `resumeAndPrerenderToNodeStream(reactNode, postponedState, options?)` {/*resumeandprerendertolnodestream*/}
27+
### `resumeAndPrerenderToNodeStream(reactNode, postponedState, options?)` {/*resumeandprerendertonodestream*/}
2828
2929
Call `resumeAndPrerenderToNodeStream` to continue a prerendered React tree to a static HTML string.
3030
@@ -81,4 +81,3 @@ The static `resumeAndPrerenderToNodeStream` API is used for static server-side g
8181
8282
`resumeAndPrerenderToNodeStream` behaves similarly to [`prerender`](/reference/react-dom/static/prerender) but can be used to continue a previously started prerendering process that was aborted.
8383
For more information about resuming a prerendered tree, see the [resume documentation](/reference/react-dom/server/resume#resuming-a-prerender).
84-

0 commit comments

Comments
 (0)