Skip to content

Commit 5c967f6

Browse files
hugmanriquekazupon
authored andcommitted
Fixed typo (vuejs#712)
There was a missing s in always. Reported by @gariasf
1 parent 6270a39 commit 5c967f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ components: {
10411041
Within HTML templates though, you have to use the kebab-case equivalents:
10421042

10431043
``` html
1044-
<!-- alway use kebab-case in HTML templates -->
1044+
<!-- always use kebab-case in HTML templates -->
10451045
<kebab-cased-component></kebab-cased-component>
10461046
<camel-cased-component></camel-cased-component>
10471047
<title-cased-component></title-cased-component>

0 commit comments

Comments
 (0)