From de9276169cdf399e99b34e22e19a5c71f7d79662 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sat, 18 Nov 2017 19:55:58 +0000 Subject: [PATCH] Update static-type-checking.md --- content/docs/static-type-checking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/static-type-checking.md b/content/docs/static-type-checking.md index 526c5f6c..fbabbf05 100644 --- a/content/docs/static-type-checking.md +++ b/content/docs/static-type-checking.md @@ -83,7 +83,7 @@ If you use npm, run: npm install --save-dev babel-preset-flow ``` -Then add `flow` to your [Babel configuration](http://babeljs.io/docs/usage/babelrc/). For example, if you configure Babel through `.babelrc` file, it could look like this: +Then add the `flow` preset to your [Babel configuration](http://babeljs.io/docs/usage/babelrc/). For example, if you configure Babel through `.babelrc` file, it could look like this: ```js{3} {