From 806360be77863c38ada403000454b587c2ace007 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Thu, 2 Jan 2020 23:38:38 +0100 Subject: [PATCH] Fix typo in the docs (#302) --- docs/tutorials/advanced-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/advanced-tutorial.md b/docs/tutorials/advanced-tutorial.md index 431009deaf..6c9e71bdc8 100644 --- a/docs/tutorials/advanced-tutorial.md +++ b/docs/tutorials/advanced-tutorial.md @@ -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: