From 77793be4cab33c9f0826a98f93d4ae52bec7943b Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 4 Jan 2018 08:03:55 -0900 Subject: [PATCH] Update components-and-props.md --- content/docs/components-and-props.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/components-and-props.md b/content/docs/components-and-props.md index e6d8d0b9..52c347d6 100644 --- a/content/docs/components-and-props.md +++ b/content/docs/components-and-props.md @@ -87,9 +87,9 @@ Let's recap what happens in this example: >**Caveat:** > -> Always start component names with a capital letter. +>Always start component names with a capital letter. > -> React treats components starting with lowercase letters as DOM tags. For example, `
` represents an HTML div tag, but `` represents a component and requires `Welcome` to be in scope. +>React treats components starting with lowercase letters as DOM tags. For example, `
` represents an HTML div tag, but `` represents a component and requires `Welcome` to be in scope. ## Composing Components