Skip to content

Commit

Permalink
Update inline handlers doc to match text to code (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
morinokami authored Dec 14, 2023
1 parent 080f717 commit 6fb6552
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can also declare event handlers inline:
m = { x: e.clientX, y: e.clientY };
}+++}
>
The mouse position is {m.x} x {m.y}
The pointer is at {m.x} x {m.y}
</div>
```

Expand Down

1 comment on commit 6fb6552

@vercel
Copy link

@vercel vercel bot commented on 6fb6552 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.