Skip to content

Commit 04fa38a

Browse files
authored
Merge pull request #758 from TomSssM/patch-1
Conspicuous non-English expression changed
2 parents 5bb77e1 + 704f817 commit 04fa38a

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave

1 file changed

+1
-1
lines changed

2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If the mouse moves very fast from `#FROM` to `#TO` elements as painted above, th
5050
5151
In practice that's helpful, because if there may be many intermediate elements. We don't really want to process in and out of each one.
5252
53-
From the other side, we should keep in mind that we can't assume that the mouse slowly moves from one event to another. No, it can "jump".
53+
On the other hand, we should keep in mind that we can't assume that the mouse slowly moves from one event to another. No, it can "jump".
5454
5555
In particular it's possible that the cursor jumps right inside the middle of the page from out of the window. And `relatedTarget=null`, because it came from "nowhere":
5656

0 commit comments

Comments
 (0)