Skip to content

Commit ca4cf79

Browse files
kazuponchrisvfritz
authored andcommitted
fix stylized name (#964)
ref #951
1 parent bfc3c3d commit ca4cf79

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
@@ -1151,7 +1151,7 @@ Within HTML templates though, you have to use the kebab-case equivalents:
11511151
<!-- always use kebab-case in HTML templates -->
11521152
<kebab-cased-component></kebab-cased-component>
11531153
<camel-cased-component></camel-cased-component>
1154-
<title-cased-component></title-cased-component>
1154+
<pascal-cased-component></pascal-cased-component>
11551155
```
11561156

11571157
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 using:

0 commit comments

Comments
 (0)