From f995ca79d1862ebe436770fb1882cdf52935909a Mon Sep 17 00:00:00 2001 From: Jim Date: Wed, 1 Jul 2015 17:37:53 -0700 Subject: [PATCH] Merge pull request #4262 from coryhouse/patch-1 Removed redundant word (cherry picked from commit bde585f4e0e61a5f19cb2915440bd958d3fe7562) --- docs/docs/10-addons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.