Skip to content

Commit

Permalink
fix: correct createAction typo in comment on redux-actions (flow-type…
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersDJohnson authored and gantoine committed Nov 10, 2017
1 parent c675896 commit 56da885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ declare module "redux-actions" {
* Use `ActionType` to get the type of the action created by a given action
* creator. For example:
*
* import { creatAction, type ActionType } from 'redux-actions'
* import { createAction, type ActionType } from 'redux-actions'
*
* const increment = createAction(INCREMENT, (count: number) => count)
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ declare module "redux-actions" {
* Use `ActionType` to get the type of the action created by a given action
* creator. For example:
*
* import { creatAction, type ActionType } from 'redux-actions'
* import { createAction, type ActionType } from 'redux-actions'
*
* const increment = createAction(INCREMENT, (count: number) => count)
*
Expand Down

0 comments on commit 56da885

Please sign in to comment.