mirror of
https://github.com/videojs/video.js.git
synced 2025-07-15 01:34:23 +02:00
Fix several typos in docs and comments (#8110)
This commit is contained in:
@ -146,7 +146,7 @@ QUnit.test('test defaultPlaybackRate', function(assert) {
|
||||
assert.strictEqual(tech.defaultPlaybackRate(), 0.75, 'can be changed from the API');
|
||||
});
|
||||
|
||||
QUnit.test('blacklist playbackRate support on older verisons of Chrome on Android', function(assert) {
|
||||
QUnit.test('blacklist playbackRate support on older versions of Chrome on Android', function(assert) {
|
||||
if (!Html5.canControlPlaybackRate()) {
|
||||
assert.ok(true, 'playbackRate is not supported');
|
||||
return;
|
||||
|
Reference in New Issue
Block a user