From 0786cfac090250a976da032b27e3bbea540b9552 Mon Sep 17 00:00:00 2001 From: jonathanlu31 <42872531+jonathanlu31@users.noreply.github.com> Date: Mon, 14 Jun 2021 13:27:08 -0700 Subject: [PATCH] Change back miscorrected typo --- 2-ui/3-event-details/1-mouse-events-basics/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/3-event-details/1-mouse-events-basics/article.md b/2-ui/3-event-details/1-mouse-events-basics/article.md index ad12f25a..c322126e 100644 --- a/2-ui/3-event-details/1-mouse-events-basics/article.md +++ b/2-ui/3-event-details/1-mouse-events-basics/article.md @@ -39,7 +39,7 @@ In cases when a single action initiates multiple events, their order is fixed. T ```online Click the button below and you'll see the events. Try double-click too. -In the tests and below, all mouse events are logged, and if there is more than a 1 second delay between them, they are separated by a horizontal rule. +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 rule. Also, we can see the `button` property that allows us to detect the mouse button; it's explained below.