From 43dbd29bb11c72d102e9e1b7b2952a9ad73b6c53 Mon Sep 17 00:00:00 2001 From: Jimmy Jea Date: Wed, 15 Oct 2014 14:50:28 -0700 Subject: [PATCH] minor change to post Hello, I was just reading through your post and noticed a minor change. The sentence originally read, "It's scaled very well for us...". I thought it was a little unclear since it's can mean "it has" or "it is", which can make this sentence take on a whole different meaning. --- docs/_posts/2013-11-05-thinking-in-react.md | 2 +- docs/docs/thinking-in-react.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_posts/2013-11-05-thinking-in-react.md b/docs/_posts/2013-11-05-thinking-in-react.md index f00aaa30b2a73..56125c2c5e322 100644 --- a/docs/_posts/2013-11-05-thinking-in-react.md +++ b/docs/_posts/2013-11-05-thinking-in-react.md @@ -3,7 +3,7 @@ title: "Thinking in React" author: Pete Hunt --- -React is, in my opinion, the premier way to build big, fast Web apps with JavaScript. It's scaled very well for us at Facebook and Instagram. +React is, in my opinion, the premier way to build big, fast Web apps with JavaScript. It has scaled very well for us at Facebook and Instagram. One of the many great parts of React is how it makes you think about apps as you build them. In this post I'll walk you through the thought process of building a searchable product data table using React. diff --git a/docs/docs/thinking-in-react.md b/docs/docs/thinking-in-react.md index 67aa06b0690c6..935bf36434224 100644 --- a/docs/docs/thinking-in-react.md +++ b/docs/docs/thinking-in-react.md @@ -7,7 +7,7 @@ next: videos.html This was originally a [blog post](/react/blog/2013/11/05/thinking-in-react.html) from the [official React blog](/react/blog). -React is, in my opinion, the premier way to build big, fast Web apps with JavaScript. It's scaled very well for us at Facebook and Instagram. +React is, in my opinion, the premier way to build big, fast Web apps with JavaScript. It has scaled very well for us at Facebook and Instagram. One of the many great parts of React is how it makes you think about apps as you build them. In this post I'll walk you through the thought process of building a searchable product data table using React.