Skip to content

Commit 77f8df7

Browse files
Noel YooTimer
Noel Yoo
authored andcommitted
Fix typo (#5727)
1 parent 457a562 commit 77f8df7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: packages/babel-preset-react-app/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The easiest way to use this configuration is with [Create React App](https://git
1212

1313
## Usage Outside of Create React App
1414

15-
If you want to use this Babel preset in a project not built with Create React App, you can install it with following steps.
15+
If you want to use this Babel preset in a project not built with Create React App, you can install it with the following steps.
1616

1717
First, [install Babel](https://babeljs.io/docs/setup/).
1818

Diff for: packages/eslint-config-react-app/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The easiest way to use this configuration is with [Create React App](https://git
1414

1515
## Usage Outside of Create React App
1616

17-
If you want to use this ESLint configuration in a project not built with Create React App, you can install it with following steps.
17+
If you want to use this ESLint configuration in a project not built with Create React App, you can install it with the following steps.
1818

1919
First, install this package, ESLint and the necessary plugins.
2020

Diff for: packages/react-error-overlay/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Development
66

77
When developing within this package, make sure you run `npm start` (or `yarn start`) so that the files are compiled as you work.
8-
This is ran in watch mode by default.
8+
This is run in watch mode by default.
99

1010
If you would like to build this for production, run `npm run build:prod` (or `yarn build:prod`).<br>
1111
If you would like to build this one-off for development, you can run `NODE_ENV=development npm run build` (or `NODE_ENV=development yarn build`).

Diff for: packages/react-scripts/fixtures/kitchensink/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For every test case added there is just a little chore to do:
4545

4646
- add a test case in the appropriate integration test file, which calls and awaits `initDOM` with the previous `SwitchCase` string
4747

48-
An usual flow for the test itself is something similar to:
48+
A usual flow for the test itself is something similar to:
4949

5050
- add an `id` attribute in a target HTML tag in the feature itself
5151

0 commit comments

Comments
 (0)