From 0a9c4c981a6d9e6c65574828f91e2bf6c58cfaf0 Mon Sep 17 00:00:00 2001 From: Shunsuke Mano <19568747+progfay@users.noreply.github.com> Date: Wed, 12 May 2021 23:35:52 +0900 Subject: fix: typo in Intersection Observer API (locale: ja) (#815) Co-authored-by: progfay --- files/ja/web/api/intersection_observer_api/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/api') 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

ターゲット要素とそのルート要素の交差する度合いが交差率です。これはターゲット要素のパーセンテージを 0.0 から 1.0 の間の値で表現したものです。

-

Intersection obserer の作成

+

Intersection observer の作成

コンストラクターを呼び出して Intersection observer を作成し、閾値が一方向また他の方向に交差する度に実行されるコールバック関数を渡します。

-- cgit v1.2.3-54-g00ecf