Skip to content

Commit cd5ecff

Browse files
authored
Wording tweak.
1 parent db50123 commit cd5ecff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/docs/static-type-checking.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ yarn add --dev babel-preset-flow
2424
npm install --save-dev babel-preset-flow
2525
```
2626

27-
Then add `flow` to your Babel presets config.
27+
Then add `flow` to your Babel presets config (`.babelrc`).
2828

2929
```json
30-
// .babelrc
3130
{
3231
"presets": ["flow"]
3332
}

0 commit comments

Comments
 (0)