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