Fixed syntax error / typo

not a biggie
This commit is contained in:
haider 2019-04-17 23:02:23 +05:00 committed by GitHub
parent 1f19fd8a5a
commit ef91e0916f
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>
```