mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-21 19:31:57 +00:00
fix: wrong verb tense in doc (#7818)
This commit is contained in:
@@ -820,7 +820,7 @@ export default function ChatRoom({ roomId }) {
|
||||
// ...
|
||||
```
|
||||
|
||||
and pass it as an input to another Hook:
|
||||
and passing it as an input to another Hook:
|
||||
|
||||
```js {6}
|
||||
export default function ChatRoom({ roomId }) {
|
||||
|
||||
Reference in New Issue
Block a user