From 32449cd6d8aef5ffcea7879fdc79b2b14ed64911 Mon Sep 17 00:00:00 2001 From: olivier bouillet Date: Sun, 21 Aug 2022 14:22:15 +0200 Subject: [PATCH] doc: fix typo --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index a5e9e089..0ce67252 100644 --- a/API.md +++ b/API.md @@ -431,7 +431,7 @@ Platforms: Android, iOS #### disableFocus Determines whether video audio should override background music/audio in Android devices. -* ** false (default)** - Override background audio/music +* **false (default)** - Override background audio/music * **true** - Let background audio/music from other apps play Platforms: Android