Skip to content

Commit c894a12

Browse files
authored
typo "from"
1 parent a7b5f37 commit c894a12

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
@@ -1,6 +1,6 @@
11
# Dispatching custom events
22

3-
We can not only assign handlers, but also generate events form JavaScript.
3+
We can not only assign handlers, but also generate events from JavaScript.
44

55
Custom events can be used to create "graphical components". For instance, a root element of the menu may trigger events telling what happens with the menu: `open` (menu open), `select` (an item is selected) and so on.
66

0 commit comments

Comments
 (0)