aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/intersection_observer_api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/intersection_observer_api/index.html')
-rw-r--r--files/ja/web/api/intersection_observer_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/intersection_observer_api/index.html b/files/ja/web/api/intersection_observer_api/index.html
index 4b15e2bd54..5a4425ed79 100644
--- a/files/ja/web/api/intersection_observer_api/index.html
+++ b/files/ja/web/api/intersection_observer_api/index.html
@@ -44,7 +44,7 @@ translation_of: Web/API/Intersection_Observer_API
<p>ターゲット要素とそのルート要素の交差する度合いが<strong>交差率</strong>です。これはターゲット要素のパーセンテージを 0.0 から 1.0 の間の値で表現したものです。</p>
-<h3 id="Creating_an_intersection_observer" name="Creating_an_intersection_observer">Intersection obserer の作成</h3>
+<h3 id="Creating_an_intersection_observer" name="Creating_an_intersection_observer">Intersection observer の作成</h3>
<p>コンストラクターを呼び出して Intersection observer を作成し、閾値が一方向また他の方向に交差する度に実行されるコールバック関数を渡します。</p>