diff --git a/src/js/mixins/evented.js b/src/js/mixins/evented.js index f83a13d24e..0d6bea5cca 100644 --- a/src/js/mixins/evented.js +++ b/src/js/mixins/evented.js @@ -183,7 +183,7 @@ const normalizeListenArgs = (self, args, fnName) => { [type, listener] = args; } else { // This was `[target, type, listener] = args;` but this block needs more than - // one statement zto produce minified output compatible with Chrome 53. + // one statement to produce minified output compatible with Chrome 53. // See https://github.com/videojs/video.js/pull/8810 target = args[0]; type = args[1];