Skip to content

Commit 2472ffa

Browse files
docs: fix grammatical error (#1754)
1 parent f000613 commit 2472ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-template-shadow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ since: v5.0.0
1111
1212
- :gear: This rule is included in all of `"plugin:vue/vue3-strongly-recommended"`, `"plugin:vue/strongly-recommended"`, `"plugin:vue/vue3-recommended"` and `"plugin:vue/recommended"`.
1313

14-
`no-template-shadow` should report variable definitions of v-for directives or scope attributes if those shadows the variables in parent scopes.
14+
`no-template-shadow` should report variable definitions of v-for directives or scope attributes if they shadow the variables in parent scopes.
1515

1616
## :book: Rule Details
1717

0 commit comments

Comments
 (0)