Skip to content

Commit 0f7ac84

Browse files
plutoinViolet-Bora-Lee
authored andcommitted
[이벤트 위임] 과제4 문제 번역 - line 32(#1313)
1 parent 0cc81fc commit 0f7ac84

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/2-events/03-event-delegation/4-behavior-tooltip

1 file changed

+1
-1
lines changed

2-ui/2-events/03-event-delegation/4-behavior-tooltip/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Details:
2929

3030
You'll need two events here:
3131
- `mouseover` -- 요소 안으로 포인터가 이동할 때 발생하는 이벤트
32-
- `mouseout` triggers when a pointer leaves an element.
32+
- `mouseout`-- 요소 밖으로 포인터가 이동할 때 발생하는 이벤트
3333

3434
Please use event delegation: set up two handlers on `document` to track all "overs" and "outs" from elements with `data-tooltip` and manage tooltips from there.
3535

0 commit comments

Comments
 (0)