From 6456127803b45cfa7cf5be2b80ea0d2fde78b5e7 Mon Sep 17 00:00:00 2001 From: Alex Wilmer Date: Fri, 25 Nov 2016 10:40:19 -0500 Subject: [PATCH] Fix minor typo/grammar --- packages/react-scripts/template/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 48409092a2..06521d400e 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -883,7 +883,7 @@ This feature is experimental and still [has major usage issues](https://github.c ## Developing Components in Isolation -Usually, in an app, you have a lot of UI components, and each of them has many different states. +Usually, in an app, you have a lot of UI components, and each of them has many different states. For an example, a simple button component could have following states: * With a text label. @@ -940,8 +940,8 @@ This will let Create React App correctly infer the root path to use in the gener #### Step 1: Add `homepage` to `package.json` -**The below step is important!**
-**If your skip it, your app will not deploy correctly.** +**The step below is important!**
+**If you skip it, your app will not deploy correctly.** Open your `package.json` and add a `homepage` field: