Skip to content

Commit 3c808f9

Browse files
authored
fix(part-4-store): misprint in text
1 parent fa9dc9d commit 3c808f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)