Skip to content

Commit 5773257

Browse files
authored
Fix typo: remove unnecessary backticks
1 parent 59a3473 commit 5773257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/event-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Sometimes we also need to access the original DOM event in an inline handler. Yo
194194

195195
```js
196196
function warn(message, event) {
197-
// `now we have access to the native event`
197+
// now we have access to the native event
198198
if (event) {
199199
event.preventDefault()
200200
}

0 commit comments

Comments
 (0)