Commit 3f6d6839 authored by Alex Wilmer's avatar Alex Wilmer Committed by Dan Abramov
Browse files

Fix minor typo/grammar (#1099)

parent 0b6f4b8d
Showing with 3 additions and 3 deletions
+3 -3
...@@ -908,7 +908,7 @@ If you use [Visual Studio Code](https://code.visualstudio.com), there is a [Jest ...@@ -908,7 +908,7 @@ If you use [Visual Studio Code](https://code.visualstudio.com), there is a [Jest
## Developing Components in Isolation ## 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: For an example, a simple button component could have following states:
* With a text label. * With a text label.
...@@ -969,8 +969,8 @@ This will let Create React App correctly infer the root path to use in the gener ...@@ -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` #### Step 1: Add `homepage` to `package.json`
**The below step is important!**<br> **The step below is important!**<br>
**If your skip it, your app will not deploy correctly.** **If you skip it, your app will not deploy correctly.**
Open your `package.json` and add a `homepage` field: Open your `package.json` and add a `homepage` field:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment