Skip to content

Commit 581bc5f

Browse files
fix: reword 01.managing-ui-state sentence (#231)
Co-authored-by: Kent C. Dodds <[email protected]>
1 parent ac51a0c commit 581bc5f

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-
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
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)