Skip to content

Commit 1cf00bd

Browse files
mickripprescottprue
authored andcommitted
fix(docs): cleanup typo in thunk recipe (prescottprue#363)
1 parent 631c45e commit 1cf00bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/thunks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### redux-thunk integration
44

5-
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:
5+
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:
66

77
```javascript
88
import { applyMiddleware, compose, createStore } from 'redux';

0 commit comments

Comments
 (0)