diff --git a/src/guide/syntax.md b/src/guide/syntax.md index 2853f02e37..cc2b59f991 100644 --- a/src/guide/syntax.md +++ b/src/guide/syntax.md @@ -169,4 +169,4 @@ or ``` -They may look a bit different from "valid" HTML, but all Vue.js supported browsers can parse it correctly, and they do not appear in the final rendered markup. The shorthand syntax is totally optional, but you will likely appreciate it when you learn more about its usage later. +They may look a bit different from normal HTML, but all Vue.js supported browsers can parse it correctly, and they do not appear in the final rendered markup. The shorthand syntax is totally optional, but you will likely appreciate it when you learn more about its usage later.