Skip to content

Commit 6fb6552

Browse files
authored
Update inline handlers doc to match text to code (#480)
1 parent 080f717 commit 6fb6552

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/01-svelte/05-events/02-inline-handlers

1 file changed

+1
-1
lines changed

Diff for: content/tutorial/01-svelte/05-events/02-inline-handlers/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can also declare event handlers inline:
2020
m = { x: e.clientX, y: e.clientY };
2121
}+++}
2222
>
23-
The mouse position is {m.x} x {m.y}
23+
The pointer is at {m.x} x {m.y}
2424
</div>
2525
```
2626

0 commit comments

Comments
 (0)