Skip to content

Commit 5c398b8

Browse files
Fix typo in useSpeakingParticipants autogen doc (#1035)
1 parent 260d6b3 commit 5c398b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/hooks/useSpeakingParticipants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useRoomContext } from '../context';
44
import { useObservableState } from './internal';
55

66
/**
7-
* The `useSpeakingParticipants` hook returns the only the active speakers of all participants.
7+
* The `useSpeakingParticipants` hook returns only the active speakers of all participants.
88
*
99
* @example
1010
* ```tsx

0 commit comments

Comments
 (0)