From 3c808f9e0c3fdf8c27a88419684cfbab43e3a78e Mon Sep 17 00:00:00 2001 From: Nikita Papenkov <52012363+lerfich@users.noreply.github.com> Date: Sun, 26 Jan 2025 23:16:21 +0300 Subject: [PATCH] fix(part-4-store): misprint in text --- docs/tutorials/fundamentals/part-4-store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/fundamentals/part-4-store.md b/docs/tutorials/fundamentals/part-4-store.md index ab01134f89..3b49f7eb49 100644 --- a/docs/tutorials/fundamentals/part-4-store.md +++ b/docs/tutorials/fundamentals/part-4-store.md @@ -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