Skip to content

Commit cf74935

Browse files
James Adamsmarkerikson
James Adams
authored andcommitted
Typescript docs: add missing word (#3441)
* Update UsageWithTypescript.md add missing word * Update UsageWithTypescript.md
1 parent 702a422 commit cf74935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/UsageWithTypescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function exampleAPI() {
322322
}
323323
```
324324
325-
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.
325+
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.
326326
327327
## Notes & Considerations
328328

0 commit comments

Comments
 (0)