From d2006c963eeb31dedb90f6e0511618324b46179e Mon Sep 17 00:00:00 2001 From: Vladimir <43414511+Ayashiihito@users.noreply.github.com> Date: Tue, 6 Nov 2018 11:46:55 +0300 Subject: [PATCH] Found random russian word in 1-xmlhttprequest --- 7-network/1-xmlhttprequest/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');