Skip to content

Commit 82f9410

Browse files
Update src/content/reference/react-dom/static/resumeAndPrerenderToNodeStream.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9fff468 commit 82f9410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: resumeAndPrerenderToNodeStream
44

55
<Intro>
66

7-
`resumeAndPrerenderToNodeStream` continues a prerendered React tree to a static HTML string using a a [Node.js Stream.](https://nodejs.org/api/stream.html).
7+
`resumeAndPrerenderToNodeStream` continues a prerendered React tree to a static HTML string using a [Node.js Stream.](https://nodejs.org/api/stream.html).
88

99
```js
1010
const {prelude, postponed} = await resumeAndPrerenderToNodeStream(reactNode, postponedState, options?)

0 commit comments

Comments
 (0)