From 3f6d68390a1381a6c1dacf657f67c1fc4e73bb5b Mon Sep 17 00:00:00 2001 From: Alex Wilmer <djazium@gmail.com> Date: Mon, 5 Dec 2016 16:40:22 -0500 Subject: [PATCH] Fix minor typo/grammar (#1099) --- 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 4f5c388e7..f247a2f2f 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -908,7 +908,7 @@ If you use [Visual Studio Code](https://code.visualstudio.com), there is a [Jest ## 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. @@ -969,8 +969,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!**<br> -**If your skip it, your app will not deploy correctly.** +**The step below is important!**<br> +**If you skip it, your app will not deploy correctly.** Open your `package.json` and add a `homepage` field: -- GitLab