Skip to content

Commit 50071ff

Browse files
webdottwombleton
authored andcommitted
Fixes in the /packages/react-devs-utils/README.md file (facebook#9471)
1 parent f6b486a commit 50071ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/react-dev-utils/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Please refer to its documentation:
88

99
## Usage in Create React App Projects
1010

11-
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.**
11+
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.**
1212

1313
## Usage Outside of Create React App
1414

@@ -315,7 +315,7 @@ if (openBrowser('http://localhost:3000')) {
315315

316316
Prints hosting instructions after the project is built.
317317

318-
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.
318+
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.
319319

320320
```js
321321
const appPackage = require(paths.appPackageJson);

0 commit comments

Comments
 (0)