Skip to content

Commit a3d153f

Browse files
authored
Merge pull request #4736 from Seung-wan/fix-typo
2 parents a92a953 + 3a8eb9b commit a3d153f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/essentials/part-1-overview-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function Counter() {
131131

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

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

0 commit comments

Comments
 (0)