Skip to content

Commit

Permalink
Update adding flow documentation (#7731)
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta authored and iansu committed Sep 25, 2019
1 parent 93150c5 commit 0d1775e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/adding-flow.md
Expand Up @@ -22,7 +22,7 @@ make sure to add the following line to your `.flowconfig` to make Flow aware of

```diff
[options]
+ module.name_mapper='^\(.*\)$' -> '<PROJECT_ROOT>/src/\1'
+ module.name_mapper='^\([^\.].*\)$' -> '<PROJECT_ROOT>/src/\1'
```

To learn more about Flow, check out [its documentation](https://flow.org/).

0 comments on commit 0d1775e

Please sign in to comment.