Skip to content

Commit d5b9b89

Browse files
committed
fix
1 parent 93b87d3 commit d5b9b89

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
@@ -51,7 +51,7 @@ To do the request, we need 3 steps:
5151
5252
Some request methods like `GET` do not have a body. And some of them like `POST` use `body` to send the data to the server. We'll see examples later.
5353

54-
4. Listen for response.
54+
4. Listen to events for response.
5555

5656
There are several events for that, but these two are the most widely used:
5757
- `load` -- when the result is ready, that includes HTTP errors like 404.

0 commit comments

Comments
 (0)