Skip to content

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Apr 14, 2024
1 parent b1fc733 commit e4761d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-deprecated-modulo-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ locale messages (for vue-i18n v9+):
<eslint-code-block fix message-syntax-version="^9" language="json">

```json
/* eslint @intlify/vue-i18n/prefer-linked-key-with-paren: 'error' */
/* eslint @intlify/vue-i18n/no-deprecated-modulo-syntax: 'error' */
{
/* ✓ GOOD */
"hello": "{msg} world"
Expand Down

0 comments on commit e4761d1

Please sign in to comment.