Skip to content

Commit 5233ccb

Browse files
jkzingkazupon
authored andcommitted
fix typo in components section (vuejs#818)
1 parent 9bcc627 commit 5233ccb

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
@@ -1088,7 +1088,7 @@ Within HTML templates though, you have to use the kebab-case equivalents:
10881088
<title-cased-component></title-cased-component>
10891089
```
10901090

1091-
When using _string_ templates however, we're not bound by HTML's case-insensitive restrictions. That means even in the template, you reference your components and props using camelCase, TitleCase, or kebab-case:
1091+
When using _string_ templates however, we're not bound by HTML's case-insensitive restrictions. That means even in the template, you can reference your components and props using camelCase, TitleCase, or kebab-case:
10921092

10931093
``` html
10941094
<!-- use whatever you want in string templates! -->

0 commit comments

Comments
 (0)