From bd733ea0146250bc64d1e0a7a625906d10971b38 Mon Sep 17 00:00:00 2001 From: Kewei Jiang Date: Fri, 20 Nov 2015 10:01:29 +1300 Subject: [PATCH] Typo --- _posts/2015-11-18-react-v0.14.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-11-18-react-v0.14.3.md b/_posts/2015-11-18-react-v0.14.3.md index bbf240035..9adf30e85 100644 --- a/_posts/2015-11-18-react-v0.14.3.md +++ b/_posts/2015-11-18-react-v0.14.3.md @@ -3,7 +3,7 @@ title: "React v0.14.3" author: zpao --- -It's time for another installment of React patch releases! We didn't break anything in v0.14.2 but we do have a couple of other bugs we're fixing. The biggest change in this release is actually an addition of a new built file. We heard from a number of people that they still need the ability to use React to render to a string on the client. While the use cases are not common and there are other ways to achieve this, we decided that it's still valuable to support. So we're now building `react-dom-server.js`, which will be shipped to Bower and in the `dist/` directory of the `react-dom` package on npm. This file works the same was as `react-dom.js` and therefore requires that the primary React build has already been included on the page. +It's time for another installment of React patch releases! We didn't break anything in v0.14.2 but we do have a couple of other bugs we're fixing. The biggest change in this release is actually an addition of a new built file. We heard from a number of people that they still need the ability to use React to render to a string on the client. While the use cases are not common and there are other ways to achieve this, we decided that it's still valuable to support. So we're now building `react-dom-server.js`, which will be shipped to Bower and in the `dist/` directory of the `react-dom` package on npm. This file works the same way as `react-dom.js` and therefore requires that the primary React build has already been included on the page. The release is now available for download: