From 544157aa4f96b3dd4f38f7ae412ab397b699f027 Mon Sep 17 00:00:00 2001 From: noelyoo Date: Tue, 6 Nov 2018 19:58:19 +0900 Subject: [PATCH] Fix typo --- packages/babel-preset-react-app/README.md | 2 +- packages/eslint-config-react-app/README.md | 2 +- packages/react-error-overlay/README.md | 2 +- packages/react-scripts/fixtures/kitchensink/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/babel-preset-react-app/README.md b/packages/babel-preset-react-app/README.md index 52ad2eba4c5..4235416b167 100644 --- a/packages/babel-preset-react-app/README.md +++ b/packages/babel-preset-react-app/README.md @@ -12,7 +12,7 @@ The easiest way to use this configuration is with [Create React App](https://git ## Usage Outside of Create React App -If you want to use this Babel preset in a project not built with Create React App, you can install it with following steps. +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. First, [install Babel](https://babeljs.io/docs/setup/). diff --git a/packages/eslint-config-react-app/README.md b/packages/eslint-config-react-app/README.md index fd942bdaf74..980ec7d1fee 100644 --- a/packages/eslint-config-react-app/README.md +++ b/packages/eslint-config-react-app/README.md @@ -14,7 +14,7 @@ The easiest way to use this configuration is with [Create React App](https://git ## Usage Outside of Create React App -If you want to use this ESLint configuration in a project not built with Create React App, you can install it with following steps. +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. First, install this package, ESLint and the necessary plugins. diff --git a/packages/react-error-overlay/README.md b/packages/react-error-overlay/README.md index 0a15dbf3f54..e2c60034fc4 100644 --- a/packages/react-error-overlay/README.md +++ b/packages/react-error-overlay/README.md @@ -5,7 +5,7 @@ ## Development When developing within this package, make sure you run `npm start` (or `yarn start`) so that the files are compiled as you work. -This is ran in watch mode by default. +This is run in watch mode by default. If you would like to build this for production, run `npm run build:prod` (or `yarn build:prod`).
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 --git a/packages/react-scripts/fixtures/kitchensink/README.md b/packages/react-scripts/fixtures/kitchensink/README.md index 2543aca8c43..5a3edd13e83 100644 --- a/packages/react-scripts/fixtures/kitchensink/README.md +++ b/packages/react-scripts/fixtures/kitchensink/README.md @@ -45,7 +45,7 @@ For every test case added there is just a little chore to do: - add a test case in the appropriate integration test file, which calls and awaits `initDOM` with the previous `SwitchCase` string -An usual flow for the test itself is something similar to: +A usual flow for the test itself is something similar to: - add an `id` attribute in a target HTML tag in the feature itself