Fixed small typo
2-ui / 2-events / 5-dispatch-events In subchapter "Event constructor": first word use "Built-in" instead of "Build-in"
This commit is contained in:
parent
79c9513796
commit
adab443ae3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ We can generate not only completely new events, that we invent for our own purpo
|
||||||
|
|
||||||
## Event constructor
|
## Event constructor
|
||||||
|
|
||||||
Build-in event classes form a hierarchy, similar to DOM element classes. The root is the built-in [Event](http://www.w3.org/TR/dom/#event) class.
|
Built-in event classes form a hierarchy, similar to DOM element classes. The root is the built-in [Event](http://www.w3.org/TR/dom/#event) class.
|
||||||
|
|
||||||
We can create `Event` objects like this:
|
We can create `Event` objects like this:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue