Skip to content

Commit

Permalink
fix: spelling (#1802)
Browse files Browse the repository at this point in the history
* Update breaking.md

* Update breaking.md
  • Loading branch information
DamageESP committed Apr 15, 2024
1 parent 26f058d commit a17e764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.ja/guide/migration/breaking.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Since Vue I18n v9 and later, message format syntax is now handled by the message

```
// e.g. `@` use-case for mail address
{emailItendity}{'@'}{emailDomain}
{emailIdentity}{'@'}{emailDomain}
```

**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.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/migration/breaking.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Since Vue I18n v9 and later, message format syntax is now handled by the message

```
// e.g. `@` use-case for mail address
{emailItendity}{'@'}{emailDomain}
{emailIdentity}{'@'}{emailDomain}
```

**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.
Expand Down

0 comments on commit a17e764

Please sign in to comment.