Skip to content

Commit 82f42cf

Browse files
authored
Merge pull request #3010 from Rnbsov/patch-47
✅ fixed a typo
2 parents 392b191 + bb14500 commit 82f42cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/08-xmlhttprequest/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`XMLHttpRequest` is a built-in browser object that allows to make HTTP requests in JavaScript.
44

5-
Despite of having the word "XML" in its name, it can operate on any data, not only in XML format. We can upload/download files, track progress and much more.
5+
Despite having the word "XML" in its name, it can operate on any data, not only in XML format. We can upload/download files, track progress and much more.
66

77
Right now, there's another, more modern method `fetch`, that somewhat deprecates `XMLHttpRequest`.
88

0 commit comments

Comments
 (0)