mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-06 06:38:08 +02:00
spelling fix
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user