aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/ru/web/api/element/scrollintoview/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/element/scrollintoview/index.html b/files/ru/web/api/element/scrollintoview/index.html
index 879861c24b..41152fa53d 100644
--- a/files/ru/web/api/element/scrollintoview/index.html
+++ b/files/ru/web/api/element/scrollintoview/index.html
@@ -30,7 +30,7 @@ element.scrollIntoView(<em>scrollIntoViewOptions</em>); // аргумент ти
<dd>Определяет анимацию скролла. Принимает значение <code>"auto"</code> или <code>"smooth"</code>. По умолчанию <code>"auto"</code>.</dd>
<dt><code>block</code> {{optional_inline}}</dt>
<dd>Вертикальное выравнивание.<br>
- Одно из значений: <code>"start"</code>, <code>"center"</code>, <code>"end"</code> или <code>"nearest"</code>. По умолчанию <code>"center"</code>.</dd>
+ Одно из значений: <code>"start"</code>, <code>"center"</code>, <code>"end"</code> или <code>"nearest"</code>. По умолчанию <code>"start"</code>.</dd>
<dt><code>inline</code> {{optional_inline}}</dt>
<dd>Горизонтальное выравнивание.<br>
Одно из значений: <code>"start"</code>, <code>"center"</code>, <code>"end"</code> или <code>"nearest"</code>. По умолчанию <code>"nearest"</code>.</dd>