Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gps035 authored Sep 6, 2019
1 parent 904569c commit 563c0e7
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 @@ -7,7 +7,7 @@ hide_title: true

# Advanced Tutorial: Redux Starter Kit in Practice

in the [Intermediate Tutorial](./intermediate-tutorial.md), you saw how to use Redux Starter Kit in a typical basic React app, as well as how to convert some existing plain Redux code to use RSK instead. You also saw how to write "mutative" immutable updates in reducer functions, and how to write a "prepare callback" to generate an action payload.
In the [Intermediate Tutorial](./intermediate-tutorial.md), you saw how to use Redux Starter Kit in a typical basic React app, as well as how to convert some existing plain Redux code to use RSK instead. You also saw how to write "mutative" immutable updates in reducer functions, and how to write a "prepare callback" to generate an action payload.

In this tutorial, you'll see how to use Redux Starter Kit as part of a larger "real world" app that is bigger than a todo list example. This tutorial will show several concepts:

Expand Down

0 comments on commit 563c0e7

Please sign in to comment.