diff --git a/js/controllers/slidecontent.js b/js/controllers/slidecontent.js index 4c640fe9..ae2ffe8d 100644 --- a/js/controllers/slidecontent.js +++ b/js/controllers/slidecontent.js @@ -308,7 +308,7 @@ export default class SlideContent { if( autoplay && typeof el.play === 'function' ) { - // In teh speaker view we only auto-play muted media + // In the speaker view we only auto-play muted media if( isSpeakerNotesWindow && !el.muted ) return; // If the media is ready, start playback