From 50071ff594d7fcd335da8f3e15c7bb6c7757dda3 Mon Sep 17 00:00:00 2001 From: Webdot_30 Date: Mon, 17 Aug 2020 22:00:12 +0100 Subject: [PATCH] Fixes in the /packages/react-devs-utils/README.md file (#9471) --- packages/react-dev-utils/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-dev-utils/README.md b/packages/react-dev-utils/README.md index 050af8f82d2..6a6ab28b32f 100644 --- a/packages/react-dev-utils/README.md +++ b/packages/react-dev-utils/README.md @@ -8,7 +8,7 @@ Please refer to its documentation: ## Usage in Create React App Projects -These utilities come by default with [Create React App](https://github.com/facebook/create-react-app), which includes it by default. **You don’t need to install it separately in Create React App projects.** +These utilities come by default with [Create React App](https://github.com/facebook/create-react-app). **You don’t need to install it separately in Create React App projects.** ## Usage Outside of Create React App @@ -315,7 +315,7 @@ if (openBrowser('http://localhost:3000')) { Prints hosting instructions after the project is built. -Pass your parsed `package.json` object as `appPackage`, your the URL where you plan to host the app as `publicUrl`, `output.publicPath` from your webpack configuration as `publicPath`, the `buildFolder` name, and whether to `useYarn` in instructions. +Pass your parsed `package.json` object as `appPackage`, your URL where you plan to host the app as `publicUrl`, `output.publicPath` from your webpack configuration as `publicPath`, the `buildFolder` name, and whether to `useYarn` in instructions. ```js const appPackage = require(paths.appPackageJson);