Skip to content

Commit

Permalink
Fix typo in the docs (reduxjs#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored and markerikson committed Jan 2, 2020
1 parent db21963 commit 806360b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/advanced-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ And with that, we're done! The entire Github Issues app should now be fetching i

There's more that could be done to add more type safety if we wanted (like trying to constrain which possible action types can be passed to `dispatch`), but this gives us a reasonable "80% solution" without too much extra effort.

Hopefully you now have a solid understand of how Redux Toolkit looks in a real world application.
Hopefully you now have a solid understanding of how Redux Toolkit looks in a real world application.

Let's wrap this up with one more look at the complete source code and the running app:

Expand Down

0 comments on commit 806360b

Please sign in to comment.