Skip to content

Commit 564dbc7

Browse files
alexkuzgaearon
authored andcommitted
Descriptive link text for accessibility (#1659)
1 parent 61b96a2 commit 564dbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/components-and-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Let's recap what happens in this example:
8989
>
9090
>React treats components starting with lowercase letters as DOM tags. For example, `<div />` represents an HTML div tag, but `<Welcome />` represents a component and requires `Welcome` to be in scope.
9191
>
92-
>You can read more about the reasoning behind this convention [here.](/docs/jsx-in-depth.html#user-defined-components-must-be-capitalized)
92+
>To learn more about the reasoning behind this convention, please read [JSX In Depth](/docs/jsx-in-depth.html#user-defined-components-must-be-capitalized).
9393
9494
## Composing Components {#composing-components}
9595

0 commit comments

Comments
 (0)