Skip to content

Commit a17e764

Browse files
authored
fix: spelling (#1802)
* Update breaking.md * Update breaking.md
1 parent 26f058d commit a17e764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.ja/guide/migration/breaking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Since Vue I18n v9 and later, message format syntax is now handled by the message
372372

373373
```
374374
// e.g. `@` use-case for mail address
375-
{emailItendity}{'@'}{emailDomain}
375+
{emailIdentity}{'@'}{emailDomain}
376376
```
377377

378378
**Reason**: In order for the message format compiler to correctly handle the special characters of the syntax used in the message format syntax, it is necessary to limit them.

docs/guide/migration/breaking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Since Vue I18n v9 and later, message format syntax is now handled by the message
372372

373373
```
374374
// e.g. `@` use-case for mail address
375-
{emailItendity}{'@'}{emailDomain}
375+
{emailIdentity}{'@'}{emailDomain}
376376
```
377377

378378
**Reason**: In order for the message format compiler to correctly handle the special characters of the syntax used in the message format syntax, it is necessary to limit them.

0 commit comments

Comments
 (0)