Skip to content

Commit 52abf2b

Browse files
authored
Merge pull request #4768 from lerfich/patch-1
2 parents fa9dc9d + 3c808f9 commit 52abf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/fundamentals/part-4-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ Make sure that `index.js` is still dispatching an action after importing the sto
577577

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

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

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

0 commit comments

Comments
 (0)