Skip to content

Commit e38ba41

Browse files
sjsyrekgaearon
authored andcommitted
Fix typo (reactjs#326)
1 parent 60f56bf commit e38ba41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/components-and-props.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function Comment(props) {
198198
}
199199
```
200200

201-
Next, we will extract a `UserInfo` component that renders an `Avatar` next to user's name:
201+
Next, we will extract a `UserInfo` component that renders an `Avatar` next to the user's name:
202202

203203
```js{3-8}
204204
function UserInfo(props) {

0 commit comments

Comments
 (0)