aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/element/clientheight/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/element/clientheight/index.html')
-rw-r--r--files/ru/web/api/element/clientheight/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/element/clientheight/index.html b/files/ru/web/api/element/clientheight/index.html
index 5e7f55f8ff..b4e1227511 100644
--- a/files/ru/web/api/element/clientheight/index.html
+++ b/files/ru/web/api/element/clientheight/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/Element/clientHeight
<p><strong>Внимание:</strong> При вычислении значения свойства, результат округляется до ближайшего целого. Если требуется дробное значение, используйте {{ domxref("element.getBoundingClientRect()") }}.</p>
</div>
-<h2 id="Syntax_and_values" name="Syntax_and_values">Синтакс</h2>
+<h2 id="Syntax_and_values" name="Syntax_and_values">Синтаксис</h2>
<pre class="syntaxbox">var <var>h</var> = <var>element</var>.clientHeight;</pre>