You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-scripts/template/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Create React App is divided into two packages:
58
58
*`create-react-app` is a global command-line utility that you use to create new projects.
59
59
*`react-scripts` is a development dependency in the generated projects (including this one).
60
60
61
-
You almost never need to update `create-react-app` itself: it’s delegates all the setup to `react-scripts`.
61
+
You almost never need to update `create-react-app` itself: it delegates all the setup to `react-scripts`.
62
62
63
63
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.
0 commit comments