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:
parent
003c5ef38d
commit
64564c0dcd
@ -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>
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user