Skip to content

Commit

Permalink
Fix Typo (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbsanders authored and Patrick Burtchaell committed Apr 23, 2019
1 parent b557c87 commit 9f0e8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/chaining-actions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chaining Actions

When a promise is resolved, one might want to dispatch additional actions in response respond. One example could be changing the route after a user is successfully signed in. Another could be showing an error message after a request fails.
When a promise is resolved, one might want to dispatch additional actions in response. One example could be changing the route after a user is successfully signed in. Another could be showing an error message after a request fails.

First, note this behavior uses thunks. You will need to include [Redux Thunk](https://github.com/gaearon/redux-thunk) in your middleware stack.

Expand Down

0 comments on commit 9f0e8fe

Please sign in to comment.