Merge pull request #2384 from RapTho/master

Typos in Part 2, 2.5 and Part 3, 3.2
This commit is contained in:
Ilya Kantor 2020-12-13 20:08:09 +03:00 committed by GitHub
commit 94c829eba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ We can generate not only completely new events, that we invent for our own purpo
## 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:

View file

@ -47,7 +47,7 @@ As you can see, that's almost one-liner:
</script>
```
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".
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".
## FormData Methods