Skip to content

Commit af96696

Browse files
Fix typo
1 parent 74c09b6 commit af96696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/video-loop/video-loop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type VideoLoopProps = {
99
format: string;
1010
/**
1111
* The content of the video must have a text description, so that it is accessible to screen readers.
12-
* You can either provide a just caption, just an alt text, or both a caption and an alt text.
12+
* You can either provide just a caption, just an alt text, or both a caption and an alt text.
1313
* Make sure the alt text doesn't repeat too much of the caption text, if so just a caption is sufficent.
1414
* Think of this just as an alt text, but for a muted video - this text will not be visible, but read by screen readers.
1515
* */

0 commit comments

Comments
 (0)