Skip to content

Commit 14cd9ec

Browse files
authored
Update article.md
1 parent 162280b commit 14cd9ec

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
@@ -236,7 +236,7 @@ For instance, here the nested `menu-open` event is processed synchronously, duri
236236
237237
document.addEventListener('menu-open', () => alert('nested'));
238238
</script>
239-
```
239+
```
240240

241241
The output order is: 1 -> nested -> 2.
242242

0 commit comments

Comments
 (0)