aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/document/importnode/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/document/importnode/index.html')
-rw-r--r--files/ru/web/api/document/importnode/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/document/importnode/index.html b/files/ru/web/api/document/importnode/index.html
index 11cfa529ad..4aa38a3763 100644
--- a/files/ru/web/api/document/importnode/index.html
+++ b/files/ru/web/api/document/importnode/index.html
@@ -25,7 +25,7 @@ translation_of: Web/API/Document/importNode
<dd>Булеан, контролирующий, необходимо ли импортировать всё DOM поддерево узла  <var>externalNode</var>.
<ul>
<li>Если <em>deep </em>установлен в <code>true</code>, <var>узел externalNode</var> и все его потомки будут скопированы.</li>
- <li>Если <em>deep </em>установлен в <code>false</code>, ипморируется только <var>externalNode</var>  — новый узел не будет содержать потомков.</li>
+ <li>Если <em>deep </em>установлен в <code>false</code>, импортируется только <var>externalNode</var>  — новый узел не будет содержать потомков.</li>
</ul>
</dd>
</dl>