aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/element/queryselectorall/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/element/queryselectorall/index.html')
-rw-r--r--files/ru/web/api/element/queryselectorall/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/element/queryselectorall/index.html b/files/ru/web/api/element/queryselectorall/index.html
index 02ffad4f0e..5789bbc376 100644
--- a/files/ru/web/api/element/queryselectorall/index.html
+++ b/files/ru/web/api/element/queryselectorall/index.html
@@ -38,7 +38,7 @@ var matches = el.querySelectorAll('div.highlighted > p');
<pre class="brush: js notranslate">var matches = el.querySelectorAll('iframe[data-src]');
</pre>
-<h2 id="Notes" name="Notes">Заметки</h2>
+<h2 id="Notes" name="Notes">Примечания</h2>
<p>Функция выбрасывает исключение SYNTAX_ERR, если текст селектора неправильный.</p>