Skip to content

Commit 88aa0c7

Browse files
vadi2fson
authored andcommitted
Fix typo (#810)
1 parent 909d938 commit 88aa0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Create React App is divided into two packages:
5858
* `create-react-app` is a global command-line utility that you use to create new projects.
5959
* `react-scripts` is a development dependency in the generated projects (including this one).
6060

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`.
6262

6363
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.
6464

0 commit comments

Comments
 (0)