aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript/reference/operators/in/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/javascript/reference/operators/in/index.html')
-rw-r--r--files/ru/web/javascript/reference/operators/in/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/javascript/reference/operators/in/index.html b/files/ru/web/javascript/reference/operators/in/index.html
index 35ee2c4620..7260b5913e 100644
--- a/files/ru/web/javascript/reference/operators/in/index.html
+++ b/files/ru/web/javascript/reference/operators/in/index.html
@@ -24,7 +24,7 @@ translation_of: Web/JavaScript/Reference/Operators/in
<dl>
<dt><code>object</code></dt>
- <dd>Объект, в котором нужно проверить содежание свойства с заданным именем.</dd>
+ <dd>Объект, в котором нужно проверить содержание свойства с заданным именем.</dd>
</dl>
<h2 id="Описание">Описание</h2>