diff --git a/7-network/1-xmlhttprequest/article.md b/7-network/1-xmlhttprequest/article.md index 7bd3cde1..cf1a201d 100644 --- a/7-network/1-xmlhttprequest/article.md +++ b/7-network/1-xmlhttprequest/article.md @@ -267,7 +267,7 @@ There are 3 methods for HTTP-headers: `setRequestHeader(name, value)` : Sets the request header with the given `name` and `value`. - Например: + For instance: ```js xhr.setRequestHeader('Content-Type', 'application/json');