flags: fix comment

This commit is contained in:
Deepak Verma
2020-06-05 13:53:35 +02:00
committed by GitHub
parent bc66c9063a
commit ff23f81dfe
+1 -1
View File
@@ -20,7 +20,7 @@ export const CALENDAR_ENABLED = 'calendar.enabled';
export const CALL_INTEGRATION_ENABLED = 'call-integration.enabled';
/**
* Flag indicating if chat should be enabled.
* Flag indicating if close captions should be enabled.
* Default: enabled (true).
*/
export const CLOSE_CAPTIONS_ENABLED = 'close-captions.enabled';