Skip to content

Commit 05dcd79

Browse files
FezVrastajoeycozza
authored andcommitted
Update adding flow documentation (facebook#7731)
1 parent ded37b7 commit 05dcd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/adding-flow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ make sure to add the following line to your `.flowconfig` to make Flow aware of
2222

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

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

0 commit comments

Comments
 (0)