From 4ed2985b3f2d43745d34607b959825c524d0f280 Mon Sep 17 00:00:00 2001 From: JingkaiZhao Date: Fri, 10 Mar 2017 17:25:28 +0800 Subject: [PATCH] fix typo in components section --- src/v2/guide/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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