Merge pull request #921 from candh/patch-1

Fixed syntax error / typo
This commit is contained in:
Ilya Kantor 2019-04-21 07:48:53 +03:00 committed by GitHub
commit 3dbd493c38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -350,7 +350,6 @@ For instance:
xhr.open("POST", "/article/xmlhttprequest/post/user");
xhr.send(formData);
xhr.
</script>
```