Skip to content

Commit

Permalink
Merge pull request reduxjs#4768 from lerfich/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Jan 26, 2025
2 parents fa9dc9d + 3c808f9 commit 52abf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/fundamentals/part-4-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ Make sure that `index.js` is still dispatching an action after importing the sto

![Redux DevTools Extension: action tab](/img/tutorials/fundamentals/devtools-action-tab.png)

There's a list of dispatched actions on the left. If we click one of them, the right pane shows several tabs:
There's a list of dispatched actions on the left. If we click one of them, the right panel shows several tabs:

- The contents of that action object
- The entire Redux state as it looked after the reducer ran
Expand Down

0 comments on commit 52abf2b

Please sign in to comment.