Skip to content

Commit

Permalink
docs(mini-framework): fix typo in subject
Browse files Browse the repository at this point in the history
  • Loading branch information
mikysett committed Sep 11, 2023
1 parent ac8a78a commit f1f7254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/mini-framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Routing in this case refers to the synchronization of the state of the app with
#### State Management

The state of an app can be seen as the outcome of all of the actions that the user has taken since the page loaded. In other words, if a user clicks on a button to execute an action, the state should then change.\
What you will need to do is to implement a way to handle this state. Remember that multiple pages can need to interact with the same state, so you need to find a way to let the state be reachable at every time.
What you will need to do is to implement a way to handle this state. Remember that multiple pages may need to interact with the same state, so you need to find a way to let the state be reachable at every time.

---

Expand Down

0 comments on commit f1f7254

Please sign in to comment.