Skip to content

Commit 8d6648b

Browse files
chrisvfritzyyx990803
authored andcommitted
Update "valid" to "normal" (#356)
...since the shorthand characters `:` and `@` are technically valid in HTML.
1 parent 8578d8b commit 8d6648b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ or
169169
<a @click="doSomething"></a>
170170
```
171171

172-
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.
172+
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.

0 commit comments

Comments
 (0)