mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Update reference-react-dom-server.md (#625)
Fixes a small typo in `renderToNodeStream`'s documentation
This commit is contained in:
committed by
Dan Abramov
parent
2d86d3b3f3
commit
c8161bd9a0
@@ -69,7 +69,7 @@ If you call [`ReactDOM.hydrate()`](/docs/react-dom.html#hydrate) on a node that
|
||||
>
|
||||
> Server-only. This API is not available in the browser.
|
||||
>
|
||||
> The stream returned from this method will return a byte stream encoded in utf-8. If you need a stream in another encoding, take a look a project like [iconv-lite](https://www.npmjs.com/package/iconv-lite), which provides transform streams for transcoding text.
|
||||
> The stream returned from this method will return a byte stream encoded in utf-8. If you need a stream in another encoding, take a look at a project like [iconv-lite](https://www.npmjs.com/package/iconv-lite), which provides transform streams for transcoding text.
|
||||
|
||||
* * *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user