Skip to content

Commit

Permalink
fix(docs): cleanup typo in thunk recipe (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickrip authored and prescottprue committed Dec 21, 2017
1 parent 631c45e commit 1cf00bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/thunks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### redux-thunk integration

In order to get the most out of writing your thunks, make sure to set up your thunk middleware using it's redux-thunk's `withExtraArgument` method like so:
In order to get the most out of writing your thunks, make sure to set up your thunk middleware using its redux-thunk's `withExtraArgument` method like so:

```javascript
import { applyMiddleware, compose, createStore } from 'redux';
Expand Down

0 comments on commit 1cf00bd

Please sign in to comment.