From 2472ffa934820d7f308dd29d0c8ce2c83e13edb7 Mon Sep 17 00:00:00 2001 From: Idorenyin Udoh Date: Wed, 5 Jan 2022 13:49:02 +0100 Subject: [PATCH] docs: fix grammatical error (#1754) --- docs/rules/no-template-shadow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-template-shadow.md b/docs/rules/no-template-shadow.md index a03d85938..5bddba45c 100644 --- a/docs/rules/no-template-shadow.md +++ b/docs/rules/no-template-shadow.md @@ -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