Skip to content

Commit bee5cdf

Browse files
authored
Merge pull request #1633 from javascript-tutorial/paroche-patch-11
Update article.md
2 parents f073dbd + 484b24d commit bee5cdf

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

Lines changed: 1 addition & 1 deletion
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)