Skip to content

Commit

Permalink
Update files/ko/web/api/intersection_observer_api/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: hochan Lee <[email protected]>
  • Loading branch information
YDayeon and hochan222 authored Nov 4, 2023
1 parent 3c23508 commit ca1a940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/ko/web/api/intersection_observer_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Intersection Observer API는 다음과 같은 상황이 발생했을 때 호출
### 교차 관찰자 생성하기

intersection observer는 생성자를 호출하고, threshold가 한 방향 혹은 다른 방향으로 교차할 때마다 실행하기 위한 callback 함수를 전달하여 생성합니다.
Create the intersection observer by calling its constructor and passing it a callback function to be run whenever a threshold is crossed in one direction or the other:

```js
let options = {
Expand Down

0 comments on commit ca1a940

Please sign in to comment.