Skip to content

Commit 3d56f47

Browse files
authored
Merge pull request #92 from leighlawhon/patch-1
typo "from"
2 parents 981db42 + c894a12 commit 3d56f47

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
@@ -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)