Skip to content

Commit 4b35b00

Browse files
authored
Update README.md
1 parent 9595c69 commit 4b35b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/06-listening-to-events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tutorial: "https://www.youtube.com/watch?v=mKNchkgVtrg"
44

55
# `06` Listening for events
66

7-
Events work in react pretty much the same way they do in Vanilla JS: if you want to listen for the user `Click`, all you have to do is add your onClick property (or any other event) to the HTML tag, how it is usually done.
7+
Events in React work pretty much the same way they do in Vanilla JS: if you want to listen for the user `Click`, all you have to do is add your onClick property (or any other event) to the HTML tag, how it is usually done.
88

99
The current code has one component that prints "I was clicked!" to the console.
1010

0 commit comments

Comments
 (0)