aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/console/log/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/console/log/index.html')
-rw-r--r--files/ru/web/api/console/log/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/console/log/index.html b/files/ru/web/api/console/log/index.html
index ba29cd2002..aad40b455d 100644
--- a/files/ru/web/api/console/log/index.html
+++ b/files/ru/web/api/console/log/index.html
@@ -71,7 +71,7 @@ console.log(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]);
<li><code>console.dir</code> выводит элемент как JSON-объект</li>
</ul>
-<p>А именно, <code>console.log</code> даёт специальное обращение к DOM-элементам, тогда как <code>console.dir</code> - нет. Это особенно полезно, когда нужно видеть полное представление DOM JS-объетов.</p>
+<p>А именно, <code>console.log</code> даёт специальное обращение к DOM-элементам, тогда как <code>console.dir</code> - нет. Это особенно полезно, когда нужно видеть полное представление DOM JS-объектов.</p>
<p>Больше информации об этой и других функциях в <a href="https://developers.google.com/chrome-developer-tools/docs/console-api#consoledirobject">Chrome Console API reference</a>.</p>