aboutsummaryrefslogtreecommitdiff
path: root/files/ru/conflicting/web/api/xmlhttprequest/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/conflicting/web/api/xmlhttprequest/index.html')
-rw-r--r--files/ru/conflicting/web/api/xmlhttprequest/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/conflicting/web/api/xmlhttprequest/index.html b/files/ru/conflicting/web/api/xmlhttprequest/index.html
index d8515b4665..10503ded9b 100644
--- a/files/ru/conflicting/web/api/xmlhttprequest/index.html
+++ b/files/ru/conflicting/web/api/xmlhttprequest/index.html
@@ -116,7 +116,7 @@ req.send(null);
<p>Этот метод может быть использован чтобы установить HTTP заголовок в запросе до его отправки.</p>
-<div class="note"><strong>Замечание:</strong> Вы должны вызвать вначале <code>open()</code>.</div>
+<div class="note"><strong>Замечание:</strong> вы должны вызвать вначале <code>open()</code>.</div>
<pre>var req = new XMLHttpRequest();
req.open('GET', 'http://www.mozilla.org/', true);