Skip to content

Commit c2beae2

Browse files
kevinSuttlefacebook-github-bot
authored andcommitted
[PR] Fix typos in flow pragma reminder
Summary: Minor, but useful. Closes facebook#5965 Differential Revision: D7423650 Pulled By: mroch fbshipit-source-id: 1ce2c78f5a9691891b723297ab326e7e05d2a4af
1 parent f2f1cb6 commit c2beae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/en/docs/types/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface MyInterface { /* ... */ };
2121
import type Foo, {MyObject, MyInterface} from './exports';
2222
```
2323

24-
> ***Don't forget to mention `@flow` on top of file, otherwise flow won't report error.***.
24+
> ***Don't forget to mention `@flow` on top of file, otherwise flow won't report errors***.
2525
2626
### Importing and exporting values <a class="toc" id="toc-importing-and-exporting-values" href="#toc-importing-and-exporting-values"></a>
2727

0 commit comments

Comments
 (0)