Fix small typo (#5865)

This commit is contained in:
이동현
2023-04-04 03:49:12 +09:00
committed by GitHub
parent a905bc527a
commit 052126d09e

View File

@@ -24,7 +24,7 @@ This API is specific to Node.js. Environments with [Web Streams,](https://develo
## Reference {/*reference*/}
### `renderToPipeableStream(reactNode, options)` {/*rendertopipeablestream*/}
### `renderToPipeableStream(reactNode, options?)` {/*rendertopipeablestream*/}
Call `renderToPipeableStream` to render your React tree as HTML into a [Node.js Stream.](https://nodejs.org/api/stream.html#writable-streams)