Skip to content

Commit 04d46f9

Browse files
Fix incorrect return description in addTransitionType documentation
1 parent fb33c74 commit 04d46f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 [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?)

src/content/reference/react/addTransitionType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ startTransition(() => {
3939

4040
#### Returns {/*returns*/}
4141

42-
`startTransition` does not return anything.
42+
`addTransitionType` does not return anything.
4343

4444
#### Caveats {/*caveats*/}
4545

0 commit comments

Comments
 (0)