Skip to content

Commit 2dfe98f

Browse files
JJljharb
authored andcommitted
[readme] Some grammar fixes
(lower case after period, and also reiteration at the beginning)
1 parent e6d3850 commit 2dfe98f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1616
### Changed
1717
* [readme] change [`jsx-runtime`] link from branch to sha ([#3160][] @tatsushitoji)
1818
* [Docs] HTTP => HTTPS ([#3133][] @Schweinepriester)
19+
* [readme] Some grammar fixes ([#3186][] @JJ)
1920

21+
[#3186]: https://github.com/yannickcr/eslint-plugin-react/pull/3186
2022
[#3174]: https://github.com/yannickcr/eslint-plugin-react/pull/3174
2123
[#3167]: https://github.com/yannickcr/eslint-plugin-react/pull/3167
2224
[#3163]: https://github.com/yannickcr/eslint-plugin-react/pull/3163

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ You should also specify settings that will be shared across all the plugin rules
4545
"fragment": "Fragment", // Fragment to use (may be a property of <pragma>), default to "Fragment"
4646
"version": "detect", // React version. "detect" automatically picks the version you have installed.
4747
// You can also use `16.0`, `16.3`, etc, if you want to override the detected value.
48-
// default to latest and warns if missing
49-
// It will default to "detect" in the future
48+
// It will default to "latest" and warn if missing, and to "detect" in the future
5049
"flowVersion": "0.53" // Flow version
5150
},
5251
"propWrapperFunctions": [

0 commit comments

Comments
 (0)