From 898bf730d292bc831534db3094eebdb45b60a10d Mon Sep 17 00:00:00 2001 From: Cory House Date: Wed, 1 Jul 2015 11:26:31 -0500 Subject: [PATCH] Removed redundant word --- docs/10-addons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/10-addons.md b/docs/10-addons.md index 8a38f3dd..d076bd12 100644 --- a/docs/10-addons.md +++ b/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.