Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor typo/grammar #1099

Merged
merged 1 commit into from
Dec 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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!**<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