diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-22 22:22:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 02:22:24 +0700 |
commit | 52e82c171704e75c12d0b26740f6c60a7b6df33e (patch) | |
tree | df1ba59bf3f86926605b33efb0cceebf785deacc /files/ru/web/api/document/height | |
parent | 33984e116c31c184a8b7511cc29d50c17405aa6e (diff) | |
download | translated-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/height')
-rw-r--r-- | files/ru/web/api/document/height/index.html | 2 |
1 files changed, 1 insertions, 1 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> |