aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/intersection_observer_api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/intersection_observer_api/index.html')
-rw-r--r--files/ru/web/api/intersection_observer_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/intersection_observer_api/index.html b/files/ru/web/api/intersection_observer_api/index.html
index 40fbfc7443..11557d1eb7 100644
--- a/files/ru/web/api/intersection_observer_api/index.html
+++ b/files/ru/web/api/intersection_observer_api/index.html
@@ -29,7 +29,7 @@ translation_of: Web/API/Intersection_Observer_API
<h2 id="Основные_понятия">Основные понятия</h2>
-<p>Intersection Observer API позволяет указать функцию, которая будет вызвана всякий раз для элемента (<strong>target</strong>) при пересечении его с областью видимости документа (по-умолчанию) или заданным элементом (<strong>root</strong>).</p>
+<p>Intersection Observer API позволяет указать функцию, которая будет вызвана всякий раз для элемента (<strong>target</strong>) при пересечении его с областью видимости документа (по умолчанию) или заданным элементом (<strong>root</strong>).</p>
<p>В основном, используется отслеживание пересечения элемента с областью видимости (необходимо указать <code>null</code> в качестве корневого элемента).</p>