We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c09b6 commit af96696Copy full SHA for af96696
packages/react/src/video-loop/video-loop.tsx
@@ -9,7 +9,7 @@ type VideoLoopProps = {
9
format: string;
10
/**
11
* 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.
+ * You can either provide just a caption, just an alt text, or both a caption and an alt text.
13
* Make sure the alt text doesn't repeat too much of the caption text, if so just a caption is sufficent.
14
* Think of this just as an alt text, but for a muted video - this text will not be visible, but read by screen readers.
15
* */
0 commit comments