{isMounted ? (
}
+ playing={autoplay}
+ title={videoTitle}
+ url={videoUrl}
+ width={width}
onReady={(player: ReactPlayerWithWrapper) => {
onReady?.(player);
setLoading(false);
diff --git a/packages/styleguide/stories/Molecules/Video/Video.examples.tsx b/packages/styleguide/stories/Molecules/Video/Video.examples.tsx
index c10e8c6ac8..ba4d4d5dbf 100644
--- a/packages/styleguide/stories/Molecules/Video/Video.examples.tsx
+++ b/packages/styleguide/stories/Molecules/Video/Video.examples.tsx
@@ -3,9 +3,8 @@ import { Video } from '@codecademy/gamut';
export const VideoWithPlaceholder = () => {
return (
diff --git a/packages/styleguide/stories/Molecules/Video/index.stories.mdx b/packages/styleguide/stories/Molecules/Video/index.stories.mdx
index 2ce4a0878c..ee4c8627ce 100644
--- a/packages/styleguide/stories/Molecules/Video/index.stories.mdx
+++ b/packages/styleguide/stories/Molecules/Video/index.stories.mdx
@@ -31,7 +31,7 @@ Tip: Some videos might have settings where you cannot share/embed them, make sur
-## Here is an example with a Viemo URL
+## Here is an example with a Vimeo URL