diff --git a/packages/react/src/hooks/useSpeakingParticipants.ts b/packages/react/src/hooks/useSpeakingParticipants.ts index ccc26969b..4f4565c6f 100644 --- a/packages/react/src/hooks/useSpeakingParticipants.ts +++ b/packages/react/src/hooks/useSpeakingParticipants.ts @@ -4,7 +4,7 @@ import { useRoomContext } from '../context'; import { useObservableState } from './internal'; /** - * The `useSpeakingParticipants` hook returns the only the active speakers of all participants. + * The `useSpeakingParticipants` hook returns only the active speakers of all participants. * * @example * ```tsx