From 17de6a35cf8e64212c0bf8aaadc4e9616ec8bd2c Mon Sep 17 00:00:00 2001 From: Fatos Morina Date: Sat, 14 Oct 2017 22:26:10 +0200 Subject: [PATCH] Fix typos (#11204) * Use an MVP rather than a MVP * Use the capital letter for React and highlight eslint-plugin * Fix typos --- eslint-rules/README.md | 2 +- fixtures/attribute-behavior/README.md | 2 +- fixtures/packaging/README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eslint-rules/README.md b/eslint-rules/README.md index 9d081e69e7..81916227a5 100644 --- a/eslint-rules/README.md +++ b/eslint-rules/README.md @@ -1,5 +1,5 @@ # Custom ESLint Rules -This is a dummy npm package that allows us to treat it as an eslint-plugin. It's not actually published, nor are the rules here useful for users of react. If you want to lint your react code, try . +This is a dummy npm package that allows us to treat it as an `eslint-plugin`. It's not actually published, nor are the rules here useful for users of React. If you want to lint your React code, try . **If you modify this rule, you must re-run `npm install ./eslint-rules` for it to take effect.** diff --git a/fixtures/attribute-behavior/README.md b/fixtures/attribute-behavior/README.md index cae4bbba75..3c28bdd53e 100644 --- a/fixtures/attribute-behavior/README.md +++ b/fixtures/attribute-behavior/README.md @@ -1,6 +1,6 @@ # Attribute Behavior Fixture -**WIP:** This is a MVP, still needs polish. +**WIP:** This is an MVP, still needs polish. ### Known Issues - There are currently two errors thrown when the page loads; diff --git a/fixtures/packaging/README.md b/fixtures/packaging/README.md index 134afd4d05..8513c15902 100644 --- a/fixtures/packaging/README.md +++ b/fixtures/packaging/README.md @@ -1,10 +1,10 @@ # Manual Testing Fixtures This folder exists for **React contributors** only. -If you use React you don't need to worry about it. +If you use React, you don't need to worry about it. These fixtures verify that the built React distributions are usable in different environments. -**They are not running automatically.** (At least not yet, feel free to contribute to automate them.) +**They are not running automatically.** (At least not yet. Feel free to contribute to automate them.) Run them when you make changes to how we package React and ReactDOM. @@ -28,7 +28,7 @@ cd ../.. pushstate-server . ``` -(Too complicated? Send a PR to simplify this :-). +(Too complicated? Send a PR to simplify this :-)). Then open the following URL in your browser: