Skip to content

Commit

Permalink
Merge pull request reduxjs#949 from chentsulin/patch-16
Browse files Browse the repository at this point in the history
add missing `wrap` to ImplementingUndoHistory.md
  • Loading branch information
omnidan committed Oct 25, 2015
2 parents 609e94b + 8868549 commit 5a1f30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/ImplementingUndoHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ This installs the package that provides the `undoable` reducer enhancer.
### Wrapping the Reducer
You will need to the reducer you wish to enhance with `undoable` function. For example, if you use [`combineReducers()`](../api/combineReducers.md), your code might look like this:
You will need to wrap the reducer you wish to enhance with `undoable` function. For example, if you use [`combineReducers()`](../api/combineReducers.md), your code might look like this:
#### `reducers.js`
Expand Down

0 comments on commit 5a1f30e

Please sign in to comment.