From 107f7df4bfdbf2d88a3697ba57d3e6c4a207366a Mon Sep 17 00:00:00 2001 From: Blessing Ebowe Date: Mon, 8 Jan 2018 14:25:29 +0100 Subject: [PATCH] Update reference-react-dom-server.md (#497) --- content/docs/reference-react-dom-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/reference-react-dom-server.md b/content/docs/reference-react-dom-server.md index 4db8f492..c1058f49 100644 --- a/content/docs/reference-react-dom-server.md +++ b/content/docs/reference-react-dom-server.md @@ -89,4 +89,4 @@ If you plan to use React on the client to make the markup interactive, do not us > > 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.