Skip to content

Commit 39088de

Browse files
authored
Update README.mdx (#230)
1 parent 9d14fec commit 39088de

File tree

1 file changed

+1
-1
lines changed
  • exercises/01.managing-ui-state/02.problem.control

1 file changed

+1
-1
lines changed

exercises/01.managing-ui-state/02.problem.control/README.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ prop on the input.
1010

1111
Once we add the query as the value for the input, we'll also want to have a
1212
function responsible for updating the query when the user checks or unchecks the
13-
checkboxes and call that in the `onClick` handler of the checkboxes.
13+
checkboxes and call that in the `onChange` handler of the checkboxes.
1414

1515
Good luck!

0 commit comments

Comments
 (0)