diff --git a/2-ui/2-events/05-dispatch-events/article.md b/2-ui/2-events/05-dispatch-events/article.md index ad9092fd..c2693672 100644 --- a/2-ui/2-events/05-dispatch-events/article.md +++ b/2-ui/2-events/05-dispatch-events/article.md @@ -236,7 +236,7 @@ For instance, here the nested `menu-open` event is processed synchronously, duri document.addEventListener('menu-open', () => alert('nested')); -``` +``` The output order is: 1 -> nested -> 2.