Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowMarble committed Jul 6, 2023
1 parent e4c9555 commit ea64a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ scriptNames.of("Kana"); // "가타카나"
로케일에 대한 `Intl.DisplayNames`를 생성하고 통화 코드의 표시 이름을 가져옵니다.

```js
// 영어로 콩화 코드의 이름을 가져옵니다.
// 영어로 통화 코드의 이름을 가져옵니다.
let currencyNames = new Intl.DisplayNames(["en"], { type: "currency" });
// 통화 이름 가져오기
currencyNames.of("USD"); // "US Dollar"
Expand Down

0 comments on commit ea64a02

Please sign in to comment.