diff --git a/src/stories/videoplayer.stories.js b/src/stories/videoplayer.stories.js index d4b0be8c..0ac688cd 100644 --- a/src/stories/videoplayer.stories.js +++ b/src/stories/videoplayer.stories.js @@ -6,7 +6,7 @@ export default { videoType: { control: { type: 'select' }, options: ['youtube'], - description: 'The ID of the YouTube video.', + description: 'The source of the video.', }, videoId: { control: { type: 'text' },