diff --git a/docs/docs/10-addons.md b/docs/docs/10-addons.md index 3f9c65fab8..554521dce7 100644 --- a/docs/docs/10-addons.md +++ b/docs/docs/10-addons.md @@ -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.