From 3cfb96adb93dbafe12fdeea311c6bdae1b80d3ce Mon Sep 17 00:00:00 2001 From: Olivier Bouillet <62574056+freeboub@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:59:33 +0200 Subject: [PATCH] Chore(docs): fix typo (#3938) * 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 * fix: ensure player doesn't start when view is unmounted * Fix/ensure view drop stop playback startup (#3875) * fix: ensure player doesn't start when view is unmounted * chore(docs): fix typo --- docs/pages/other/debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/other/debug.md b/docs/pages/other/debug.md index cd8605ae..0cbaebf2 100644 --- a/docs/pages/other/debug.md +++ b/docs/pages/other/debug.md @@ -1,6 +1,6 @@ # Debugging -This page describe usefull tips for debugging and investigating issue in the package or in your application. +This page describe useful tips for debugging and investigating issue in the package or in your application. ## Using the sample app This repository contains multiple a sample implementation in example folder.