From b343fcaba34949c6c5ef530305dd186aa1a1f02a Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Wed, 17 Jul 2013 00:15:49 -0400 Subject: [PATCH] grammar error --- docs/docs/01-why-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/01-why-react.md b/docs/docs/01-why-react.md index 2f75398081..0968b72906 100644 --- a/docs/docs/01-why-react.md +++ b/docs/docs/01-why-react.md @@ -23,7 +23,7 @@ React is all about building reusable components. In fact, with React the *only* ## Give It Five Minutes -React challenges a lot of conventional wisdom, and at first glance some of the ideas may seem crazy. [Give it five minutes](http://37signals.com/svn/posts/3124-give-it-five-minutes) while reading about this guide; those crazy ideas have worked for building thousands of components both inside and outside of Facebook and Instagram. +React challenges a lot of conventional wisdom, and at first glance some of the ideas may seem crazy. [Give it five minutes](http://37signals.com/svn/posts/3124-give-it-five-minutes) while reading this guide; those crazy ideas have worked for building thousands of components both inside and outside of Facebook and Instagram. ## Learn More