diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-24 01:55:21 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-03-02 23:39:19 +0900 |
commit | e2dfa212951071cc5b38377aa85623a1274734b2 (patch) | |
tree | 9db8cc85b2b7608d47ade26d1b29854ed1f6c863 /files/ja/web | |
parent | 33a4f2ab92ac50885761e68f0246fd0d9f56a500 (diff) | |
download | translated-content-e2dfa212951071cc5b38377aa85623a1274734b2.tar.gz translated-content-e2dfa212951071cc5b38377aa85623a1274734b2.tar.bz2 translated-content-e2dfa212951071cc5b38377aa85623a1274734b2.zip |
Update index.md
Diffstat (limited to 'files/ja/web')
-rw-r--r-- | files/ja/web/api/intersection_observer_api/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/intersection_observer_api/index.md b/files/ja/web/api/intersection_observer_api/index.md index 8253161111..1989b1a99c 100644 --- a/files/ja/web/api/intersection_observer_api/index.md +++ b/files/ja/web/api/intersection_observer_api/index.md @@ -577,7 +577,7 @@ function handleIntersect(entries, observer) { {{EmbedLiveSample('A_simple_example', 400, 400)}} -より応用的な例は [交差オブザーバー API を使用したタイミング要素の可視性](/ja/docs/Web/API/Intersection_Observer_API/Timing_element_visibility) のセクションを見てください。 +より応用的な例は[交差オブザーバー API を使用したタイミング要素の可視性](/ja/docs/Web/API/Intersection_Observer_API/Timing_element_visibility)のセクションを見てください。 ## 仕様書 |