Skip to content

Commit b2f2e9c

Browse files
authored
fix: typo in no-deprecated-v-t.md (#651)
1 parent 5bf3f37 commit b2f2e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-deprecated-v-t.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ since: v3.2.0
1010
1111
- :star: The `"extends": "plugin:@intlify/vue-i18n/recommended"` or `*.configs["flat/recommended"]` property in a configuration file enables this rule.
1212

13-
If you are migrating from Vue I18n v10 to v11, `v-t` custom direcitve should be replaced with `t` or `$t`.
13+
If you are migrating from Vue I18n v10 to v11, `v-t` custom directive should be replaced with `t` or `$t`.
1414

1515
## :book: Rule Details
1616

0 commit comments

Comments
 (0)