Skip to content

Commit 65744df

Browse files
authored
fix typo (#238)
1 parent f4ea830 commit 65744df

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
@@ -13,7 +13,7 @@ how that works with React:
1313
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

16-
The `render` phase is what what we've done so far with creating React elements.
16+
The `render` phase is what we've done so far with creating React elements.
1717
Handling user interactions is what we do with event listeners like `onChange`.
1818
Now we're going to get into the `state changes` bit.
1919

0 commit comments

Comments
 (0)