Skip to content

Commit

Permalink
Merge pull request redux-utilities#53 from danny-andrews/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Luke Westby committed Feb 6, 2016
2 parents ac48faf + 94f4348 commit 1754efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ createAction('ADD_TODO')('Use Redux');

### `handleAction(type, reducer | reducerMap)`

Wraps a reducer so that only handles Flux Standard Actions of a certain type.
Wraps a reducer so that it only handles Flux Standard Actions of a certain type.

If a single reducer is passed, it is used to handle both normal actions and failed actions. (A failed action is analogous to a rejected promise.) You can use this form if you know a certain type of action will never fail, like the increment example above.

Expand Down

0 comments on commit 1754efc

Please sign in to comment.