aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/element/childelementcount/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/element/childelementcount/index.html')
-rw-r--r--files/ru/web/api/element/childelementcount/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/element/childelementcount/index.html b/files/ru/web/api/element/childelementcount/index.html
index 46e5091f5a..f11058fd38 100644
--- a/files/ru/web/api/element/childelementcount/index.html
+++ b/files/ru/web/api/element/childelementcount/index.html
@@ -16,7 +16,7 @@ original_slug: Web/API/ParentNode/childElementCount
<p>Свойство<code><strong> Node.childElementCount</strong></code> предназначено только для чтения и возвращает число дочерних<u> элементов</u> узла.</p>
</div>
-<h2 id="Syntax" name="Syntax">Синтаксис</h2>
+<h2 id="Syntax">Синтаксис</h2>
<pre class="syntaxbox">var <var>elCount</var> = Node.childElementCount;
</pre>