Skip to content

Commit b13953b

Browse files
committed
Merge pull request reduxjs#520 from danmaz74/patch-1
Docs grammar fix
2 parents a9aaebb + 78d1512 commit b13953b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/AsyncActions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ store.dispatch(fetchPosts('reactjs')).then(() =>
405405
);
406406
```
407407

408-
The nice thing about thunks it they can dispatch results of each other:
408+
The nice thing about thunks is that they can dispatch results of each other:
409409

410410
#### `actions.js`
411411

0 commit comments

Comments
 (0)