✏️(frontend) fix a minor typo

Minor typo copied/pasted from LiveKit sources. Fixed it.
This commit is contained in:
lebaudantoine
2024-09-16 11:28:36 +02:00
committed by aleb_the_flash
parent 3ba913bb21
commit c51058e6ac

View File

@@ -37,7 +37,7 @@ export interface ControlBarProps extends React.HTMLAttributes<HTMLDivElement> {
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
*/