Browse Source

Merge pull request #4262 from coryhouse/patch-1

Removed redundant word
main
Jim 10 years ago
parent
commit
9e04dbe7e1
  1. 2
      docs/10-addons.md

2
docs/10-addons.md

@ -22,4 +22,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.

Loading…
Cancel
Save