Commit 88aa0c71 authored by Vadim Peretokin's avatar Vadim Peretokin Committed by Ville Immonen
Browse files

Fix typo (#810)

parent 909d9381
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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.
......
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