Skip to content

Commit f40d564

Browse files
authored
Update exercises/01.managing-ui-state/README.mdx
1 parent becfa8b commit f40d564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/01.managing-ui-state/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ how that works with React:
1010

1111
![render --> set up the DOM --> user interacts --> state changes --> re-render --> update the DOM --> return to user interacts](/react-app-lifecycle.png)
1212

13-
You can see from this diagram that 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
1414
is the core of how React works for interactive applications.
1515

1616
The `render` phase is what what we've done so far with creating React elements.

0 commit comments

Comments
 (0)