aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/document
diff options
context:
space:
mode:
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>