Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
missmatsuko committed Nov 21, 2017
1 parent b022023 commit 9012f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11 - Custom Video Player/scripts-FINISHED.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function scrub(e) {
video.currentTime = scrubTime;
}

/* Hook up the event listners */
/* Hook up the event listeners */
video.addEventListener('click', togglePlay);
video.addEventListener('play', updateButton);
video.addEventListener('pause', updateButton);
Expand Down

0 comments on commit 9012f5e

Please sign in to comment.