Skip to content

Commit 9565487

Browse files
authored
Update events.md
1 parent 5b773a5 commit 9565487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-concepts/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Another option to set an event handler is to use an XML declaration. You need a
7272
function onTouch(args) {
7373
console.log("Touch arguments: ", args);
7474
}
75-
exports.onTap = onTap;
75+
exports.onTouch = onTouch;
7676
```
7777
```TypeScript
7878
// main-page.ts

0 commit comments

Comments
 (0)