Skip to content

Commit 7aa2bb6

Browse files
Update 5-network/08-xmlhttprequest/article.md
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
1 parent b92cd78 commit 7aa2bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/08-xmlhttprequest/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ xhr.onerror = function() {
111111
};
112112
```
113113

114-
Una volta che il server ha risposto, possiamo ricevere il risultato dentro le seguenti proprietà `xhr`:
114+
Una volta che il server ha risposto, otteniamo il risultato dentro le seguenti proprietà `xhr`:
115115

116116
`status`
117117
: HTTP status code (un valore numerico): `200`, `404`, `403` e così via, e può essere `0` in caso di fallimento non HTTP.

0 commit comments

Comments
 (0)