aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/htmlelement/contenteditable/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/htmlelement/contenteditable/index.html')
-rw-r--r--files/ru/web/api/htmlelement/contenteditable/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/htmlelement/contenteditable/index.html b/files/ru/web/api/htmlelement/contenteditable/index.html
index d231018d4a..5b1e9e45c6 100644
--- a/files/ru/web/api/htmlelement/contenteditable/index.html
+++ b/files/ru/web/api/htmlelement/contenteditable/index.html
@@ -12,7 +12,7 @@ translation_of: Web/API/HTMLElement/contentEditable
<ul>
<li><code>true или пустая строка - содержимое элемента доступно для редактирования</code>.</li>
<li><code>false</code> - содержимое элемента не доступно для редактирования.</li>
- <li><code>inherit</code> - наследуется значение занного свойства от родительского элемента.</li>
+ <li><code>inherit</code> - наследуется значение данного свойства от родительского элемента.</li>
</ul>
<p>Вы можете использовать свойство {{domxref("HTMLElement.isContentEditable")}}, чтобы проверить {{domxref("Boolean")}} значение этого свойства.</p>