Skip to content

Commit b1ebed9

Browse files
authored
Some grammar fixes
(lower case after period, and also reiteration at the beginning)
1 parent 5f49f51 commit b1ebed9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)