mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Fix typo (#326)
This commit is contained in:
committed by
Dan Abramov
parent
60f56bf5b9
commit
e38ba413ec
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user