Skip to content

Commit

Permalink
Fix video type arg description
Browse files Browse the repository at this point in the history
  • Loading branch information
maxatdetroit committed Jun 3, 2024
1 parent 9e8e9fc commit 42445b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/videoplayer.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 42445b0

Please sign in to comment.