From 5c398b8e92fa0dd482ace8dd86f0c0f78373a874 Mon Sep 17 00:00:00 2001 From: Chris Ackermann Date: Mon, 2 Dec 2024 09:27:25 -0500 Subject: [PATCH] Fix typo in useSpeakingParticipants autogen doc (#1035) --- packages/react/src/hooks/useSpeakingParticipants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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