From aed4c311cb24402fd11d29d0ba80c5a2d6b36a2d Mon Sep 17 00:00:00 2001 From: Artur Finger Date: Mon, 9 Oct 2023 09:26:22 +0300 Subject: [PATCH] Update story/stories/components/BufferingIndicator.mdx Co-authored-by: doubeka --- story/stories/components/BufferingIndicator.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/story/stories/components/BufferingIndicator.mdx b/story/stories/components/BufferingIndicator.mdx index 541d321..ef9f9ed 100644 --- a/story/stories/components/BufferingIndicator.mdx +++ b/story/stories/components/BufferingIndicator.mdx @@ -7,7 +7,7 @@ import * as BufferingIndicatorStories from './BufferingIndicator.stories'; # Buffering Indicator -Buffering indicator is an animated component indicating that video is buffering. By default it reflects +Buffering indicator is an animated component indicating that the video is buffering. By default it reflects the current state of the player based on context, but its visibility can be overridden via the `visible` prop. ### Props