Skip to content

Commit 5572435

Browse files
authored
Merge pull request wesbos#181 from missmatsuko/master
Fix typo
2 parents b022023 + 9012f5e commit 5572435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11 - Custom Video Player/scripts-FINISHED.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function scrub(e) {
3737
video.currentTime = scrubTime;
3838
}
3939

40-
/* Hook up the event listners */
40+
/* Hook up the event listeners */
4141
video.addEventListener('click', togglePlay);
4242
video.addEventListener('play', updateButton);
4343
video.addEventListener('pause', updateButton);

0 commit comments

Comments
 (0)