From d14168acf71fab278ac9da8fd26ffb9871b7052d Mon Sep 17 00:00:00 2001 From: Not Subhuman <83463746+PratyushNag@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:01:13 +0530 Subject: [PATCH] Update ConsolePage.tsx Correct a small spelling error --- src/pages/ConsolePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ConsolePage.tsx b/src/pages/ConsolePage.tsx index 366756ce..7acb2bce 100644 --- a/src/pages/ConsolePage.tsx +++ b/src/pages/ConsolePage.tsx @@ -160,7 +160,7 @@ export function ConsolePage() { /** * Connect to conversation: - * WavRecorder taks speech input, WavStreamPlayer output, client is API client + * WavRecorder takes speech input, WavStreamPlayer output, client is API client */ const connectConversation = useCallback(async () => { const client = clientRef.current;