mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Fix typos (#11204)
* Use an MVP rather than a MVP * Use the capital letter for React and highlight eslint-plugin * Fix typos
This commit is contained in:
parent
7687962249
commit
17de6a35cf
|
|
@ -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 <https://github.com/yannickcr/eslint-plugin-react>.
|
||||
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 <https://github.com/yannickcr/eslint-plugin-react>.
|
||||
|
||||
**If you modify this rule, you must re-run `npm install ./eslint-rules` for it to take effect.**
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user