From 3ff8fd323470a6e33b96eeb212afe8b0bb3b1d60 Mon Sep 17 00:00:00 2001 From: Pete Hunt Date: Sun, 14 Jul 2013 16:36:27 -0700 Subject: [PATCH] Update 01-motivation.md --- docs/refactor/01-motivation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/refactor/01-motivation.md b/docs/refactor/01-motivation.md index a095df93..1068079d 100644 --- a/docs/refactor/01-motivation.md +++ b/docs/refactor/01-motivation.md @@ -2,7 +2,7 @@ React is a JavaScript library for creating user interfaces by Facebook and Instagram. Many people choose to think of React as the **V** in **[MVC](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller)**. -We built React to solve one problem: **building large applications with data that changes over time**. To do this, React has two main ideas: +We built React to solve one problem: **building large applications with data that changes over time**. To do this, React has two main ideas. ## Stay simple and declarative @@ -20,4 +20,4 @@ React challenges a lot of conventional wisdom, and at first glance some of the i ## Learn more -You can learn more about our motivations behind building React in [this blog post](http://facebook.github.io/react/blog/2013/06/05/why-react.html). \ No newline at end of file +You can learn more about our motivations behind building React in [this blog post](http://facebook.github.io/react/blog/2013/06/05/why-react.html).