Skip to content

Commit

Permalink
Small fix to tutorials/essentials/part-2-app-structure (#3896)
Browse files Browse the repository at this point in the history
The tutorial currently says to select the last "counter/increment" entry however the tutorial talks about and shows the last "counter/incrementByAmount" entry as seen directly below the changed line.
  • Loading branch information
maxsynnott authored Sep 28, 2020
1 parent 258c390 commit 2bdf30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/essentials/part-2-app-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Now try these steps:
- Change the number "2" in the textbox to a "3"
- Click the "Add Async" button. You should see a progress bar fill the button, and after a couple seconds, the displayed value should change to 6.

Go back to the Redux DevTools. You should see a total of five actions dispatched, one for each time we clicked a button . Now select the last `"counter/increment"` entry from the list on the left, and click the "Action" tab on the right side:
Go back to the Redux DevTools. You should see a total of five actions dispatched, one for each time we clicked a button . Now select the last `"counter/incrementByAmount"` entry from the list on the left, and click the "Action" tab on the right side:

![Redux DevTools: done clicking buttons](/img/tutorials/essentials/devtools-done-clicking.png)

Expand Down

0 comments on commit 2bdf30a

Please sign in to comment.