Skip to content

Commit 2026c56

Browse files
alex-wilmeralexdriaguine
authored andcommitted
Fix minor typo/grammar (facebook#1099)
1 parent e3113ad commit 2026c56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-scripts/template/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ If you use [Visual Studio Code](https://code.visualstudio.com), there is a [Jest
913913
914914
## Developing Components in Isolation
915915
916-
Usually, in an app, you have a lot of UI components, and each of them has many different states.
916+
Usually, in an app, you have a lot of UI components, and each of them has many different states.
917917
For an example, a simple button component could have following states:
918918
919919
* With a text label.
@@ -974,8 +974,8 @@ This will let Create React App correctly infer the root path to use in the gener
974974
975975
#### Step 1: Add `homepage` to `package.json`
976976
977-
**The below step is important!**<br>
978-
**If your skip it, your app will not deploy correctly.**
977+
**The step below is important!**<br>
978+
**If you skip it, your app will not deploy correctly.**
979979
980980
Open your `package.json` and add a `homepage` field:
981981

0 commit comments

Comments
 (0)