You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/01.managing-ui-state/README.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ how that works with React:
10
10
11
11

12
12
13
-
From there's a cycle of user interaction, state changes, and re-rendering. This
13
+
There's a cycle of user interaction, state changes, and re-rendering. This
14
14
is the core of how React works for interactive applications.
15
15
16
16
The `render` phase is what what we've done so far with creating React elements.
0 commit comments