diff --git a/src/v2/guide/components.md b/src/v2/guide/components.md index 1c2131b4d8..1bebe2453e 100644 --- a/src/v2/guide/components.md +++ b/src/v2/guide/components.md @@ -1088,7 +1088,7 @@ Within HTML templates though, you have to use the kebab-case equivalents: ``` -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: +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: ``` html