mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-18 12:08:51 +08:00
Fix typo (#810)
This commit is contained in:
committed by
Ville Immonen
parent
909d938166
commit
88aa0c71d8
@@ -58,7 +58,7 @@ Create React App is divided into two packages:
|
||||
* `create-react-app` is a global command-line utility that you use to create new projects.
|
||||
* `react-scripts` is a development dependency in the generated projects (including this one).
|
||||
|
||||
You almost never need to update `create-react-app` itself: it’s delegates all the setup to `react-scripts`.
|
||||
You almost never need to update `create-react-app` itself: it delegates all the setup to `react-scripts`.
|
||||
|
||||
When you run `create-react-app`, it always creates the project with the latest version of `react-scripts` so you’ll get all the new features and improvements in newly created apps automatically.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user