aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/node/replacechild/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/node/replacechild/index.html')
-rw-r--r--files/ru/web/api/node/replacechild/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/node/replacechild/index.html b/files/ru/web/api/node/replacechild/index.html
index ae9a375735..f1bbaa172a 100644
--- a/files/ru/web/api/node/replacechild/index.html
+++ b/files/ru/web/api/node/replacechild/index.html
@@ -19,8 +19,8 @@ original_slug: Web/API/Node.replaceChild
<pre class="syntaxbox"><em>replacedNode</em> = <em>parentNode</em>.replaceChild(<em>newChild</em>, <em>oldChild</em>);
</pre>
<ul>
- <li><code>newChild</code> элемент на который будет заменён <code>oldChild</code>. В случает если он уже есть в DOM, то сначала он будет удален.</li>
- <li><code>oldChild</code> элемент который будет заменен.</li>
+ <li><code>newChild</code> элемент на который будет заменён <code>oldChild</code>. В случает если он уже есть в DOM, то сначала он будет удалён.</li>
+ <li><code>oldChild</code> элемент который будет заменён.</li>
<li><code>replacedNode</code> заменённый элемент. Тоже самое что и <code>oldChild</code>.</li>
</ul>
<h2 id="Example" name="Example">Пример</h2>