Skip to content

Commit 806360b

Browse files
jdreesenmarkerikson
authored andcommitted
Fix typo in the docs (#302)
1 parent db21963 commit 806360b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/advanced-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ And with that, we're done! The entire Github Issues app should now be fetching i
12141214

12151215
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.
12161216

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

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

0 commit comments

Comments
 (0)