Skip to content

Commit

Permalink
docs: fix argument name in tutorial (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewyoungren authored Oct 23, 2024
1 parent 8788302 commit 3f327ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can also declare event handlers inline:
</script>
<div
onpointermove={+++(e) => {
onpointermove={+++(event) => {
m.x = event.clientX;
m.y = event.clientY;
}+++}
Expand Down

0 comments on commit 3f327ef

Please sign in to comment.