From 164de988106657bd16781e5a0581ba6c3f387232 Mon Sep 17 00:00:00 2001 From: ujihisa <ujihisa@users.noreply.github.com> Date: Mon, 29 Mar 2021 16:35:31 -0700 Subject: [PATCH] Trivial English fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Including `%s/’/'/g` to avoid https://www.fileformat.info/info/unicode/char/2019/index.htm --- packages/cra-template/template/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/cra-template/template/README.md b/packages/cra-template/template/README.md index 0c83cde2ce7..58beeaccd87 100644 --- a/packages/cra-template/template/README.md +++ b/packages/cra-template/template/README.md @@ -9,10 +9,10 @@ In the project directory, you can run: ### `npm start` Runs the app in the development mode.\ -Open [http://localhost:3000](http://localhost:3000) to view it in the browser. +Open [http://localhost:3000](http://localhost:3000) to view it in your browser. -The page will reload if you make edits.\ -You will also see any lint errors in the console. +The page will reload when you make changes.\ +You may also see any lint errors in the console. ### `npm test` @@ -31,13 +31,13 @@ See the section about [deployment](https://facebook.github.io/create-react-app/d ### `npm run eject` -**Note: this is a one-way operation. Once you `eject`, you can’t go back!** +**Note: this is a one-way operation. Once you `eject`, you can't go back!** -If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. +If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. -Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. +Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. -You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. +You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. ## Learn More