Skip to content

Commit dee03ee

Browse files
committed
Change to a standard
1 parent 3db8412 commit dee03ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/TypeScript/Language/Type Guards.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (possibleOrder instanceof TelephoneOrderClass) {
4343
const mustBeTelephoneOrder = possibleOrder;
4444
}
4545

46-
// 유니온을 좁을 좁히기 위해
46+
// 유니언을 좁을 좁히기 위해
4747
// JavaScript "typeof" 연산자를 사용할 수 있습니다.
4848
// JavaScript 내의 기본형(문자열, 오브젝트, 숫자 같은)만 동작합니다.
4949

0 commit comments

Comments
 (0)