Browse Source

Fix typo (#326)

main
Steven Syrek 7 years ago
committed by Dan Abramov
parent
commit
e38ba413ec
  1. 2
      content/docs/components-and-props.md

2
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) {

Loading…
Cancel
Save