Skip to content

Commit 18a6f68

Browse files
committed
Typo in comment fix
1 parent d9a0d4d commit 18a6f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/video/video.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default (
5757
});
5858

5959
// If <source> elements are used instead of a src attribute then
60-
// errors for unsuppored format do not bubble up to the <video>.
60+
// errors for unsupported format do not bubble up to the <video>.
6161
// Do this manually by listening to the last <source> error event
6262
// to force an update.
6363
// https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_HTML5_audio_and_video

0 commit comments

Comments
 (0)