Skip to content

Commit 3661d7b

Browse files
authored
fix(typo): update IE note on date formatting section (#1106)
1 parent 65d9566 commit 3661d7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/.ja/guide/essentials/datetime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Vue I18nで日時の値をローカライズするには、`$d`を使います
7171
## カスタムフォーマット
7272

7373
:::danger 備考
74-
[IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)では`Intl.DateTimeForamt#formatToParts`のサポートがないため、カスタムフォーマットは使えません。
74+
[IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)では`Intl.DateTimeFormat#formatToParts`のサポートがないため、カスタムフォーマットは使えません。
7575

7676
使いたい場合、[polyfill](https://github.com/formatjs/formatjs/tree/main/packages/intl-datetimeformat)を使う必要があります。
7777
:::
@@ -160,4 +160,4 @@ DatetimeFormatコンポーネントにはいくつかのpropsがあります。
160160

161161
DatetimeFormat コンポーネントのスコープ解決は Translation コンポーネントと同じです。
162162

163-
詳細は、[こちら](../advanced/component.md#scope-resolving)のドキュメントをお読みください。
163+
詳細は、[こちら](../advanced/component.md#scope-resolving)のドキュメントをお読みください。

docs/guide/essentials/datetime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ As result the below:
7575
## Custom Formatting
7676

7777
:::danger NOTE
78-
Not supported IE, due to no support `Intl.DateTimeForamt#formatToParts` in [IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)
78+
Not supported IE, due to no support `Intl.DateTimeFormat#formatToParts` in [IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)
7979

8080
If you want to use it, you need to use [polyfill](https://github.com/formatjs/formatjs/tree/main/packages/intl-datetimeformat)
8181
:::
@@ -164,4 +164,4 @@ Full list of the supported scoped slots as well as other `i18n-d`, properties ca
164164

165165
The Scope resolving of DatetimeFormat component is same as Translation component.
166166

167-
See the [here](../advanced/component.md#scope-resolving)
167+
See the [here](../advanced/component.md#scope-resolving)

0 commit comments

Comments
 (0)