1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00

Fixed a spelling error in the player docs. closes #1528

This commit is contained in:
Steve Heffernan 2014-09-29 16:21:20 -07:00
parent f47bf26e49
commit 64f3b7774c

View File

@ -498,7 +498,7 @@ vjs.Player.prototype.onPause = function(){
/**
* Fired when the current playback position has changed
*
* During playback this is fired every 15-250 milliseconds, depnding on the
* During playback this is fired every 15-250 milliseconds, depending on the
* playback technology in use.
* @event timeupdate
*/