Skip to content

Commit adab443

Browse files
authored
Fixed small typo
2-ui / 2-events / 5-dispatch-events In subchapter "Event constructor": first word use "Built-in" instead of "Build-in"
1 parent 79c9513 commit adab443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2-ui/2-events/05-dispatch-events/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We can generate not only completely new events, that we invent for our own purpo
88

99
## Event constructor
1010

11-
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.
11+
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.
1212

1313
We can create `Event` objects like this:
1414

0 commit comments

Comments
 (0)