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: src/tutorial/07-HandlingEvents.md
+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
@@ -1,5 +1,5 @@
1
1
Handling events in JSX is pretty similar to handling events in actual DOM.
2
-
For example if we have a `button` element and we want to pass a event handler for `click` event we can pass a props called `onClick` to the button element.
2
+
For example if we have a `button` element and we want to pass an event handler for `click` event we can pass a props called `onClick` to the button element.
0 commit comments