From 8ad1047dc5fb75835104240a24f1344336932f1b Mon Sep 17 00:00:00 2001 From: Olivier Bouillet <62574056+freeboub@users.noreply.github.com> Date: Thu, 30 May 2024 12:57:30 +0200 Subject: [PATCH] chore(docs): fix typo (#3859) * perf: ensure we do not provide callback to native if no callback provided from app * chore: rework bufferConfig to make it more generic and reduce ReactExoplayerView code size * chore: improve issue template * fix(android): avoid video view flickering at playback startup * chore: fix typo in showNotificationControls --- docs/pages/component/props.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/component/props.mdx b/docs/pages/component/props.mdx index 6af3ef78..1805a0fc 100644 --- a/docs/pages/component/props.mdx +++ b/docs/pages/component/props.mdx @@ -830,7 +830,7 @@ textTracks={[ ]} ``` -### `showNotificationContorols` +### `showNotificationControls`