Skip to content

Commit 9bea6fa

Browse files
committed
Wops, typo :)
1 parent e3b81f4 commit 9bea6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/media.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class Video extends Media {
119119
*
120120
* @param {String} video The video file's link
121121
* @param {Boolean} isItAnID Whether video is an id (true) or a link (false)
122-
* @param {String} [caption] Describes the specified image media
122+
* @param {String} [caption] Describes the specified video media
123123
*/
124124
constructor(video, isItAnID = false, caption) {
125125
if (!video) throw new Error("Video must have a video link or id");

0 commit comments

Comments
 (0)