aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/document
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-22 22:22:24 +0300
committerGitHub <noreply@github.com>2021-03-23 02:22:24 +0700
commit52e82c171704e75c12d0b26740f6c60a7b6df33e (patch)
treedf1ba59bf3f86926605b33efb0cceebf785deacc /files/ru/web/api/document
parent33984e116c31c184a8b7511cc29d50c17405aa6e (diff)
downloadtranslated-content-52e82c171704e75c12d0b26740f6c60a7b6df33e.tar.gz
translated-content-52e82c171704e75c12d0b26740f6c60a7b6df33e.tar.bz2
translated-content-52e82c171704e75c12d0b26740f6c60a7b6df33e.zip
Unify "Syntax" heading in Russian translation (#287)
Diffstat (limited to 'files/ru/web/api/document')
-rw-r--r--files/ru/web/api/document/height/index.html2
-rw-r--r--files/ru/web/api/document/hidden/index.html2
-rw-r--r--files/ru/web/api/document/writeln/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/document/height/index.html b/files/ru/web/api/document/height/index.html
index f3735ba2f8..aaeed193c1 100644
--- a/files/ru/web/api/document/height/index.html
+++ b/files/ru/web/api/document/height/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/Document/height
<p>Возвращает высоту {{domxref("document")}} объекта. В большинстве случаев, она соответствует {{HTMLElement("body")}} элементу документа.</p>
-<h2 id="Syntax" name="Syntax">Синтакс</h2>
+<h2 id="Syntax" name="Syntax">Синтаксис</h2>
<pre class="syntaxbox"><em>height_value</em> = document.height
</pre>
diff --git a/files/ru/web/api/document/hidden/index.html b/files/ru/web/api/document/hidden/index.html
index 10dd2f8171..adc4aef80d 100644
--- a/files/ru/web/api/document/hidden/index.html
+++ b/files/ru/web/api/document/hidden/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/Document/hidden
<p>Доступное только для чтения свойство <code><strong>Document.hidden</strong></code> возвращает булево значение, показывающее является ли страница скрытой или нет.</p>
-<h2 id="Синтакс">Синтакс</h2>
+<h2 id="Синтаксис">Синтаксис</h2>
<pre class="syntaxbox">var <em>boolean</em> = document.hidden</pre>
diff --git a/files/ru/web/api/document/writeln/index.html b/files/ru/web/api/document/writeln/index.html
index 98b8c1a3ea..0f1db604d6 100644
--- a/files/ru/web/api/document/writeln/index.html
+++ b/files/ru/web/api/document/writeln/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/Document/writeln
<p>Выводит в документ строку со знаком перевода каретки в конце.</p>
-<h2 id="Syntax" name="Syntax">Синтакс</h2>
+<h2 id="Syntax" name="Syntax">Синтаксис</h2>
<pre class="eval">document.writeln(<em>line</em>);
</pre>