fix: wrong verb tense in doc (#7818)

This commit is contained in:
Ayman Alhourani
2025-05-17 14:07:08 -04:00
committed by GitHub
parent f275c9d3c2
commit 0b68054c50

View File

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