Skip to content

Commit cfd100e

Browse files
committed
typo
1 parent 9b1bb5e commit cfd100e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Textual will send a [MouseCapture](../events/mouse_capture.md) event when the mo
233233
Textual will send a [Enter](../events/enter.md) event to a widget when the mouse cursor first moves over it, and a [Leave](../events/leave.md) event when the cursor moves off a widget.
234234

235235
Both `Enter` and `Leave` _bubble_, so a widget may receive these events from a child widget.
236-
You can check the initial widget these events were send to by comparing the `node` attribute against `self` in the message handler.
236+
You can check the initial widget these events were sent to by comparing the `node` attribute against `self` in the message handler.
237237

238238
### Click events
239239

0 commit comments

Comments
 (0)