Skip to content

Commit

Permalink
Fix Typo in Flow Documentation
Browse files Browse the repository at this point in the history
Summary: Same as title, simple one-word fix.

Reviewed By: samwgoldman

Differential Revision: D7946758

fbshipit-source-id: 10efe5d0706ebee1c1c56c787b874251d0ba08aa
  • Loading branch information
jiawei-lyu authored and facebook-github-bot committed May 10, 2018
1 parent b665ce0 commit c943da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/en/docs/react/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you are using CommonJS you can also require React:
const React = require('react');
```

You can also used named type imports in either an ES module environment or a
You can also use named type imports in either an ES module environment or a
CommonJS environment:

```js
Expand Down

0 comments on commit c943da0

Please sign in to comment.