diff --git a/docs/.ja/guide/essentials/datetime.md b/docs/.ja/guide/essentials/datetime.md index 7561d4ebc..ace7dc4cf 100644 --- a/docs/.ja/guide/essentials/datetime.md +++ b/docs/.ja/guide/essentials/datetime.md @@ -71,7 +71,7 @@ Vue I18nで日時の値をローカライズするには、`$d`を使います ## カスタムフォーマット :::danger 備考 -[IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)では`Intl.DateTimeForamt#formatToParts`のサポートがないため、カスタムフォーマットは使えません。 +[IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)では`Intl.DateTimeFormat#formatToParts`のサポートがないため、カスタムフォーマットは使えません。 使いたい場合、[polyfill](https://github.com/formatjs/formatjs/tree/main/packages/intl-datetimeformat)を使う必要があります。 ::: @@ -160,4 +160,4 @@ DatetimeFormatコンポーネントにはいくつかのpropsがあります。 DatetimeFormat コンポーネントのスコープ解決は Translation コンポーネントと同じです。 -詳細は、[こちら](../advanced/component.md#scope-resolving)のドキュメントをお読みください。 \ No newline at end of file +詳細は、[こちら](../advanced/component.md#scope-resolving)のドキュメントをお読みください。 diff --git a/docs/guide/essentials/datetime.md b/docs/guide/essentials/datetime.md index addfdbd80..0b983a3ed 100644 --- a/docs/guide/essentials/datetime.md +++ b/docs/guide/essentials/datetime.md @@ -75,7 +75,7 @@ As result the below: ## Custom Formatting :::danger NOTE -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) +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) If you want to use it, you need to use [polyfill](https://github.com/formatjs/formatjs/tree/main/packages/intl-datetimeformat) ::: @@ -164,4 +164,4 @@ Full list of the supported scoped slots as well as other `i18n-d`, properties ca The Scope resolving of DatetimeFormat component is same as Translation component. -See the [here](../advanced/component.md#scope-resolving) \ No newline at end of file +See the [here](../advanced/component.md#scope-resolving)