We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7645b8 commit 93b87d3Copy full SHA for 93b87d3
7-network/1-xmlhttprequest/article.md
@@ -27,7 +27,7 @@ To do the request, we need 3 steps:
27
let xhr = new XMLHttpRequest(); // no arguments
28
```
29
30
-2. Initialize.
+2. Initialize it.
31
```js
32
xhr.open(method, URL, async, user, password)
33
0 commit comments