Merge pull request #2384 from RapTho/master
Typos in Part 2, 2.5 and Part 3, 3.2
This commit is contained in:
commit
94c829eba6
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue