Skip to content

Commit 93b87d3

Browse files
committed
fix
1 parent c7645b8 commit 93b87d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-network/1-xmlhttprequest/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To do the request, we need 3 steps:
2727
let xhr = new XMLHttpRequest(); // no arguments
2828
```
2929

30-
2. Initialize.
30+
2. Initialize it.
3131
```js
3232
xhr.open(method, URL, async, user, password)
3333
```

0 commit comments

Comments
 (0)