diff options
author | Shunsuke Mano <19568747+progfay@users.noreply.github.com> | 2021-05-12 23:35:52 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 23:35:52 +0900 |
commit | 0a9c4c981a6d9e6c65574828f91e2bf6c58cfaf0 (patch) | |
tree | 2d2683ab35f03e1302a8f20bee2fc894de5294a6 /files | |
parent | acd24eadda72513fe73947fdb0eec07933c4be46 (diff) | |
download | translated-content-0a9c4c981a6d9e6c65574828f91e2bf6c58cfaf0.tar.gz translated-content-0a9c4c981a6d9e6c65574828f91e2bf6c58cfaf0.tar.bz2 translated-content-0a9c4c981a6d9e6c65574828f91e2bf6c58cfaf0.zip |
fix: typo in Intersection Observer API (locale: ja) (#815)
Co-authored-by: progfay <mano_shunsuke@r.recruit.co.jp>
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/api/intersection_observer_api/index.html | 2 |
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> |