1
0
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:
Jon Dufresne
2023-03-22 23:00:01 +09:00
committed by GitHub
parent af33e39da9
commit 423f7ebd67
30 changed files with 72 additions and 73 deletions

View File

@ -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;