aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/window/scrollto/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/window/scrollto/index.html')
-rw-r--r--files/ru/web/api/window/scrollto/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/window/scrollto/index.html b/files/ru/web/api/window/scrollto/index.html
index 30b3a8c73f..a79f45f309 100644
--- a/files/ru/web/api/window/scrollto/index.html
+++ b/files/ru/web/api/window/scrollto/index.html
@@ -12,7 +12,7 @@ translation_of: Web/API/Window/scrollTo
<p>Прокрутка документа до указанных координат.</p>
-<h2 id="Syntax" name="Syntax">Синтакс</h2>
+<h2 id="Syntax" name="Syntax">Синтаксис</h2>
<pre class="syntaxbox"><code>window.scrollTo(<em>x-coord</em>, <em>y-coord</em>)
window.scrollTo(<em>options</em>)</code></pre>