diff --git a/src/guide/essentials/template-syntax.md b/src/guide/essentials/template-syntax.md index 56a7c7b5f1..cf20d14e5a 100644 --- a/src/guide/essentials/template-syntax.md +++ b/src/guide/essentials/template-syntax.md @@ -68,7 +68,7 @@ Attributes that start with `:` may look a bit different from normal HTML, but it - Only supported in 3.4+ -If the attribute has the same name with the JavaScript value being bound, the syntax can be further shortened to omit the attribute value: +If the attribute has the same name as the variable name of the JavaScript value being bound, the syntax can be further shortened to omit the attribute value: ```vue-html