Skip to content

Commit e0a97e9

Browse files
yahma25yeonjuan
andauthored
Update docs/playground/ko/JavaScript/Helping with JavaScript/Errors.ts
Co-authored-by: YeonJuan <[email protected]>
1 parent 8a1b9fc commit e0a97e9

File tree

1 file changed

+2
-2
lines changed
  • docs/playground/ko/JavaScript/Helping with JavaScript

1 file changed

+2
-2
lines changed

docs/playground/ko/JavaScript/Helping with JavaScript/Errors.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ myStringOrObject = {};
2727

2828
// 여기에서 더 자세히 읽어볼 수 있습니다: example:jsdoc-support
2929

30-
// 다음 오류를 무시하기 위해 TypeScript에 알려서
31-
// 실패를 중요하지 않다고 선언할 수 있습니다:
30+
// TypeScript 에 다음 오류를 무시하도록 하여
31+
// 오류를 중요하지 않다고 선언할 수 있습니다:
3232

3333
let myIgnoredError = "123";
3434
// @ts-ignore

0 commit comments

Comments
 (0)