Skip to content

Commit 020dd85

Browse files
authored
Merge pull request #1634 from javascript-tutorial/paroche-patch-11
Update article.md
2 parents bee5cdf + 899d11e commit 020dd85

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/3-event-details/1-mouse-events-basics

1 file changed

+1
-1
lines changed

2-ui/3-event-details/1-mouse-events-basics/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In cases when a single action initiates multiple events, their order is fixed. T
4747
```online
4848
Click the button below and you'll see the events. Try double-click too.
4949
50-
On the teststand below all mouse events are logged, and if there are more than 1 second delay between them, then they are separated by a horizontal ruler.
50+
On the teststand below all mouse events are logged, and if there is more than a 1 second delay between them they are separated by a horizontal ruler.
5151
5252
Also we can see the `which` property that allows to detect the mouse button.
5353

0 commit comments

Comments
 (0)