Merge pull request #4262 from coryhouse/patch-1

Removed redundant word
(cherry picked from commit bde585f4e0)
This commit is contained in:
Jim
2015-07-01 17:37:53 -07:00
committed by Paul O’Shannessy
parent ea4f405840
commit f995ca79d1
+1 -1
View File
@@ -23,4 +23,4 @@ The add-ons below are in the development (unminified) version of React only:
To get the add-ons, use `react-with-addons.js` (and its minified counterpart) rather than the common `react.js`.
When using the react package from npm, just simply `require('react/addons')` instead of `require('react')` to get React with all of the add-ons.
When using the react package from npm, simply `require('react/addons')` instead of `require('react')` to get React with all of the add-ons.