From 6e2482d5d1032f6d2e939a357208fb9c8915b270 Mon Sep 17 00:00:00 2001 From: Lukas Knoch-Girstmair Date: Wed, 18 Oct 2023 14:31:06 +0200 Subject: [PATCH] chore: fix documentation --- src/components/PlayerView/playerViewConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PlayerView/playerViewConfig.ts b/src/components/PlayerView/playerViewConfig.ts index bb92ec9a..8c80d865 100644 --- a/src/components/PlayerView/playerViewConfig.ts +++ b/src/components/PlayerView/playerViewConfig.ts @@ -6,7 +6,7 @@ export interface PlayerViewConfig { * Configures the visual presentation and behaviour of the Bitmovin Player UI. * A `WebUiConfig` can be used to configure the default Bitmovin Player Web UI. * - * Default is [`WebUiConfig`]. + * Default is `WebUiConfig`. * * Limitations: * Configuring the `uiConfig` only has effect if the `StyleConfig.userInterfaceType` is set to `Bitmovin`.