Skip to content

Commit 5daae78

Browse files
committed
fix
1 parent d5b9b89 commit 5daae78

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
@@ -53,7 +53,7 @@ To do the request, we need 3 steps:
5353

5454
4. Listen to events for response.
5555

56-
There are several events for that, but these two are the most widely used:
56+
These three are the most widely used:
5757
- `load` -- when the result is ready, that includes HTTP errors like 404.
5858
- `error` -- when the request couldn't be made, e.g. network down or invalid URL.
5959
- `progress` -- triggers periodically during the download, reports how much downloaded.

0 commit comments

Comments
 (0)