Skip to content

Commit

Permalink
Typescript docs: add missing word (#3441)
Browse files Browse the repository at this point in the history
* Update UsageWithTypescript.md

add missing word

* Update UsageWithTypescript.md
  • Loading branch information
James Adams authored and markerikson committed Jun 5, 2019
1 parent 702a422 commit cf74935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/UsageWithTypescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function exampleAPI() {
}
```
It is highly recommended to use action creators in your dispatch since we can reuse the work that has been to type check these functions.
It is highly recommended to use action creators in your dispatch since we can reuse the work that has already been done to type check these functions.
## Notes & Considerations
Expand Down

0 comments on commit cf74935

Please sign in to comment.