This commit is contained in:
Steven Syrek
2017-11-22 14:15:24 +01:00
committed by Dan Abramov
parent 60f56bf5b9
commit e38ba413ec

View File

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