1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

Fixing a couple of spelling errors

This commit is contained in:
ctd1500 2014-08-04 23:21:10 -07:00
parent 003c5ef38d
commit 64564c0dcd
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
* var myPlayer = videojs('example_video_1');
* ```
*
* In the follwing example, the `data-setup` attribute tells the Video.js library to create a player instance when the library is ready.
* In the following example, the `data-setup` attribute tells the Video.js library to create a player instance when the library is ready.
*
* ```html
* <video id="example_video_1" data-setup='{}' controls>

View File

@ -42,7 +42,7 @@ vjs.autoSetup = function(){
}
}
// No videos were found, so keep looping unless page is finisehd loading.
// No videos were found, so keep looping unless page is finished loading.
} else if (!vjs.windowLoaded) {
vjs.autoSetupTimeout(1);
}