From c51058e6ac3e05a0bd9dd0fc36e676890700fbb8 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 16 Sep 2024 11:28:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F(frontend)=20fix=20a=20minor?= =?UTF-8?q?=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor typo copied/pasted from LiveKit sources. Fixed it. --- src/frontend/src/features/rooms/livekit/prefabs/ControlBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/features/rooms/livekit/prefabs/ControlBar.tsx b/src/frontend/src/features/rooms/livekit/prefabs/ControlBar.tsx index 4631b00f..77a16bd5 100644 --- a/src/frontend/src/features/rooms/livekit/prefabs/ControlBar.tsx +++ b/src/frontend/src/features/rooms/livekit/prefabs/ControlBar.tsx @@ -37,7 +37,7 @@ export interface ControlBarProps extends React.HTMLAttributes { controls?: ControlBarControls /** * If `true`, the user's device choices will be persisted. - * This will enables the user to have the same device choices when they rejoin the room. + * This will enable the user to have the same device choices when they rejoin the room. * @defaultValue true * @alpha */