From 19f1f92f22c9349d146e89a765007e97a5c0c108 Mon Sep 17 00:00:00 2001 From: Oleksandr Kharchenko Date: Tue, 27 Aug 2024 22:07:43 +0300 Subject: [PATCH] [ZEUS-4737] Changes requested by @artem-y-pamediagroup --- docs/data/tutorials/playbacksdk/getstarted.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/tutorials/playbacksdk/getstarted.json b/docs/data/tutorials/playbacksdk/getstarted.json index 9a202c6..9f422f8 100644 --- a/docs/data/tutorials/playbacksdk/getstarted.json +++ b/docs/data/tutorials/playbacksdk/getstarted.json @@ -132,7 +132,7 @@ { "inlineContent": [ { - "text": "Make sure this step is done before proceed to the next steps", + "text": "Ensure that the plugin setup and registration occur during the app's initialization process.", "type": "text" } ], @@ -163,7 +163,7 @@ }, { "type": "text", - "text": "Create an instance of the custom video player plugin and configure it by setting playback options such as autoplay and background playback. To do this, create a `VideoPlayerConfig` object, configure its playback settings to enable autoplay and disable background playback, and then pass this configuration to the plugin." + "text": "Create an instance of the custom video player plugin and configure it by setting playback options such as autoplay and background playback. To do this, create a `VideoPlayerConfig` object, update its autoplay and background playback settings, and then pass this configuration object to the plugin." }, { "type": "text",