We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a0d4d commit 18a6f68Copy full SHA for 18a6f68
src/video/video.js
@@ -57,7 +57,7 @@ export default (
57
});
58
59
// If <source> elements are used instead of a src attribute then
60
- // errors for unsuppored format do not bubble up to the <video>.
+ // errors for unsupported format do not bubble up to the <video>.
61
// Do this manually by listening to the last <source> error event
62
// to force an update.
63
// https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_HTML5_audio_and_video
0 commit comments