Skip to content

Commit

Permalink
Merge pull request #4736 from Seung-wan/fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Aug 29, 2024
2 parents a92a953 + 3a8eb9b commit a3d153f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/essentials/part-1-overview-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function Counter() {

It is a self-contained app with the following parts:

- The **state**, the source of truth that drives our app;
- The **state**, the source of truth that drives our app
- The **view**, a declarative description of the UI based on the current state
- The **actions**, the events that occur in the app based on user input, and trigger updates in the state

Expand Down

0 comments on commit a3d153f

Please sign in to comment.