1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-04-21 04:52:14 +02:00

spelling fix

This commit is contained in:
Hakim El Hattab 2025-03-19 10:14:04 +01:00
parent 255d55ab8f
commit e7456847c6

View File

@ -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