Skip to content

Commit efdadc1

Browse files
authored
docs: fixed and rephrased sentences for datetime formatting (#2282)
1 parent 05e9376 commit efdadc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/essentials/datetime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ const i18n = createI18n({
4141
To localize DateTime value with Vue I18n, use the `$d`.
4242

4343
:::warning NOTICE
44-
Note that the option name is **`datetimeFormats`** in VueI18n v9, not `dateTimeFormats`. about see details [here](../../guide/migration/breaking#rename-to-datetimeformats-from-datetimeformats)
44+
Note that the option name is **`datetimeFormats`** in VueI18n v9, not `dateTimeFormats`. To learn more details by visiting the [migration guide](../../guide/migration/breaking#rename-to-datetimeformats-from-datetimeformats)
4545
:::
4646

4747
:::tip NOTE
48-
`$d` has some overloads. About these overloads, see the [API Reference](../../api/injection#d-value)
48+
`$d` has multiple overloads. You can uncover more information in [API Reference](../../api/injection#d-value)
4949
:::
5050

5151
:::tip NOTE

0 commit comments

Comments
 (0)