From ae74d8565b3e3e5cb78135f85dd50a928cd954f7 Mon Sep 17 00:00:00 2001 From: Shiva Chawla <101131891+Shiva1796@users.noreply.github.com> Date: Thu, 4 Aug 2022 20:20:50 -0400 Subject: [PATCH] Update 08_states.md Missing "of" in a sentence. --- 08_Day_States/08_states.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_Day_States/08_states.md b/08_Day_States/08_states.md index cc40a01..ac020b6 100644 --- a/08_Day_States/08_states.md +++ b/08_Day_States/08_states.md @@ -65,7 +65,7 @@ const rootElement = document.getElementById('root') ReactDOM.render(, rootElement) ``` -If you run the above code you will see zero on the browser. We can increase or decrease the value the state by changing the value of the state using JavaScript method. +If you run the above code you will see zero on the browser. We can increase or decrease the value of the state by changing the value of the state using JavaScript method. ## Resetting a state using a JavaScript method