Skip to content

Commit 94c829e

Browse files
authored
Merge pull request #2384 from RapTho/master
Typos in Part 2, 2.5 and Part 3, 3.2
2 parents ba5ebbc + eb5e7da commit 94c829e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -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

5-network/02-formdata/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ As you can see, that's almost one-liner:
4747
</script>
4848
```
4949

50-
In this example, the server code is not presented, as it's beyound our scope. The server accepts the POST request and replies "User saved".
50+
In this example, the server code is not presented, as it's beyond our scope. The server accepts the POST request and replies "User saved".
5151

5252
## FormData Methods
5353

0 commit comments

Comments
 (0)