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