Skip to content

Commit

Permalink
Fix minor typo/grammar (facebook#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-wilmer authored and alexdriaguine committed Jan 23, 2017
1 parent e3113ad commit 2026c56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,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.
Expand Down Expand Up @@ -974,8 +974,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:
Expand Down

0 comments on commit 2026c56

Please sign in to comment.