Skip to content

Commit 81f0d72

Browse files
alex-wilmerrandycoulman
authored andcommitted
Fix minor typo/grammar (facebook#1099)
1 parent b7e227e commit 81f0d72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-scripts/template/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ If you use [Visual Studio Code](https://code.visualstudio.com), there is a [Jest
908908
909909
## Developing Components in Isolation
910910
911-
Usually, in an app, you have a lot of UI components, and each of them has many different states.
911+
Usually, in an app, you have a lot of UI components, and each of them has many different states.
912912
For an example, a simple button component could have following states:
913913
914914
* With a text label.
@@ -969,8 +969,8 @@ This will let Create React App correctly infer the root path to use in the gener
969969
970970
#### Step 1: Add `homepage` to `package.json`
971971
972-
**The below step is important!**<br>
973-
**If your skip it, your app will not deploy correctly.**
972+
**The step below is important!**<br>
973+
**If you skip it, your app will not deploy correctly.**
974974
975975
Open your `package.json` and add a `homepage` field:
976976

0 commit comments

Comments
 (0)