From afcbf7b9134080479c6e6a247e8df5cacabe79a0 Mon Sep 17 00:00:00 2001 From: Bhaskar Kashyap <31563474+bskrksyp9@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:41:36 +0530 Subject: [PATCH] Grammatical correctness Removed unwanted article. --- 7-bank-project/4-state-management/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-bank-project/4-state-management/README.md b/7-bank-project/4-state-management/README.md index 9323a53a..0c5e39b4 100644 --- a/7-bank-project/4-state-management/README.md +++ b/7-bank-project/4-state-management/README.md @@ -212,7 +212,7 @@ curl --request POST \ http://localhost:5000/api/accounts/test/transactions ``` -Try refreshing your the dashboard page in the browser now. What happens? Do you see the new transaction? +Try refreshing your dashboard page in the browser now. What happens? Do you see the new transaction? The state is persisted indefinitely thanks to the `localStorage`, but that also means it's never updated until you log out of the app and log in again!