We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ff7ee commit a3ceed0Copy full SHA for a3ceed0
content/docs/static-type-checking.md
@@ -24,7 +24,7 @@ yarn add --dev babel-preset-flow
24
npm install --save-dev babel-preset-flow
25
```
26
27
-Then add `flow` to your Babel presets config.
+Then add `flow` to your Babel presets config in`.babelrc`.
28
29
```json
30
{
@@ -57,4 +57,4 @@ You can learn more about using TypeScript with React [here](https://github.com/M
57
create-react-app my-app --scripts-version=react-scripts-ts
58
59
60
-You can also try [typescript-react-starter](https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter).
+You can also try [typescript-react-starter](https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter).
0 commit comments