diff --git a/docs/ref-05-events.md b/docs/ref-05-events.md index d1a804d8..2cdab680 100644 --- a/docs/ref-05-events.md +++ b/docs/ref-05-events.md @@ -144,7 +144,7 @@ onDragLeave onDragOver onDragStart onDrop onMouseDown onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver onMouseUp ``` -The `onMouseEnter` and `onMouseLeave` events propagate from the component being left to the one being entered instead of ordinary bubbling and do not have a capture phase. +The `onMouseEnter` and `onMouseLeave` events propagate from the element being left to the one being entered instead of ordinary bubbling and do not have a capture phase. Properties: