Skip to content

Commit

Permalink
Update adding flow documentation (facebook#7731)
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta authored and joeycozza committed Jan 28, 2020
1 parent ded37b7 commit 05dcd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/adding-flow.md
Original file line number Diff line number Diff line change
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 05dcd79

Please sign in to comment.