Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
3f6d6839
Commit
3f6d6839
authored
8 years ago
by
Alex Wilmer
Committed by
Dan Abramov
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix minor typo/grammar (#1099)
parent
0b6f4b8d
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-scripts/template/README.md
+3
-3
packages/react-scripts/template/README.md
with
3 additions
and
3 deletions
+3
-3
packages/react-scripts/template/README.md
+
3
-
3
View file @
3f6d6839
...
...
@@ -908,7 +908,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.
...
...
@@ -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`
**The below
step
is important!**
<br>
**If you
r
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:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets