Fixed typo

This commit is contained in:
Raphael 2020-12-13 12:33:00 +01:00 committed by GitHub
parent adab443ae3
commit eb5e7da359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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