Skip to content

Commit c7177a3

Browse files
committed
- fix an mistranslated word: '미묘한' to '잡아내기 어려운'
- wrap the `method` keyword with link
1 parent 5c5295d commit c7177a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ko/other/timeouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Id가 1부터 1000 사이에 있는 timeout들을 제거했지만, 그 외의
111111
foo(a, b, c);
112112
}, 1000)
113113

114-
> **Note:** `setTimeout(foo, 1000, a, b, c)`처럼 사용하는 것도 가능하지만, 이것도 권장하지 않는다. 메소드를 사용할 때 미묘한 에러가 날 수 있다.
114+
> **Note:** `setTimeout(foo, 1000, a, b, c)`처럼 사용하는 것도 가능하지만, 이것도 권장하지 않는다. [메소드](#function.this) 사용할 때 잡아내기 어려운 에러가 날 수 있다.
115115
116116
### 결론
117117

0 commit comments

Comments
 (0)