Skip to content

Commit

Permalink
docs: fix grammatical error (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
idorenyinudoh committed Jan 5, 2022
1 parent f000613 commit 2472ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-template-shadow.md
Expand Up @@ -11,7 +11,7 @@ since: v5.0.0
- :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"`.

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

## :book: Rule Details

Expand Down

0 comments on commit 2472ffa

Please sign in to comment.