Hakim El Hattab před 3 měsíci
rodič
revize
e7456847c6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      js/controllers/slidecontent.js

+ 1 - 1
js/controllers/slidecontent.js

@@ -308,7 +308,7 @@ export default class SlideContent {
 
 
 				if( autoplay && typeof el.play === 'function' ) {
 				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( isSpeakerNotesWindow && !el.muted ) return;
 
 
 					// If the media is ready, start playback
 					// If the media is ready, start playback