aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/window/scrolly/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/window/scrolly/index.html')
-rw-r--r--files/ru/web/api/window/scrolly/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/window/scrolly/index.html b/files/ru/web/api/window/scrolly/index.html
index f77cbf3ea2..6e8be1d96d 100644
--- a/files/ru/web/api/window/scrolly/index.html
+++ b/files/ru/web/api/window/scrolly/index.html
@@ -30,7 +30,7 @@ if (window.scrollY) {
window.scrollByPages(1);</pre>
-<h2 id="Notes" name="Notes">Заметки</h2>
+<h2 id="Notes" name="Notes">Примечания</h2>
<p>Применяйте данное свойство для проверки, был ли пролистан документ, когда используете похожие функции для работы с пролистыванием, такие как {{domxref("window.scrollBy", "scrollBy()")}}, {{domxref("window.scrollByLines", "scrollByLines()")}}, or {{domxref("window.scrollByPages", "scrollByPages()")}}.</p>