Skip to content

Commit baf02c7

Browse files
authored
Update README.md
1 parent 8d674b5 commit baf02c7

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
@@ -6,7 +6,7 @@ tutorial: "https://www.youtube.com/watch?v=mKNchkgVtrg"
66

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

9-
The current code has one component that prints "I was clicked!" to the console.
9+
The current code has one component that prints `I was clicked!` to the console when clicked.
1010

1111
## 📝 Instructions:
1212

0 commit comments

Comments
 (0)