Skip to content

Commit 484b24d

Browse files
authored
Update article.md
'awaits till `onclick`' -> "waits until the `onclick`". "awaits" doesn't usually go with "until" (or "till" or "'til"). I can await someone's arrival, or I can wait until they arrive. An alternate phrasing using "await" could be "it awaits the completion of the `onclick` processing".
1 parent f073dbd commit 484b24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/2-events/05-dispatch-events/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Please note: the event must have the flag `cancelable: true`, otherwise the call
211211

212212
## Events-in-events are synchronous
213213

214-
Usually events are processed asynchronously. That is: if the browser is processing `onclick` and in the process a new event occurs, then it awaits till `onclick` processing is finished.
214+
Usually events are processed asynchronously. That is: if the browser is processing `onclick` and in the process a new event occurs, then it waits until the `onclick` processing is finished.
215215

216216
The exception is when one event is initiated from within another one.
217217

0 commit comments

Comments
 (0)