diff --git a/content/docs/components-and-props.md b/content/docs/components-and-props.md index 505ef3c1e..626705fe3 100644 --- a/content/docs/components-and-props.md +++ b/content/docs/components-and-props.md @@ -198,7 +198,7 @@ function Comment(props) { } ``` -Next, we will extract a `UserInfo` component that renders an `Avatar` next to user's name: +Next, we will extract a `UserInfo` component that renders an `Avatar` next to the user's name: ```js{3-8} function UserInfo(props) {