Skip to content

Commit 7a3606e

Browse files
fix: spelling
1 parent c466f87 commit 7a3606e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playbackstrategy/msestrategy.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ describe("Media Source Extensions Playback Strategy", () => {
13641364
expect(mseStrategy.isAudioDescribedAvailable()).toBe(true)
13651365
})
13661366

1367-
it("returns false when there is no Audio Descirbed track", () => {
1367+
it("returns false when there is no Audio Described track", () => {
13681368
const mseStrategy = MSEStrategy(mockMediaSources, MediaKinds.VIDEO, playbackElement)
13691369
mseStrategy.load(null, 10)
13701370

0 commit comments

Comments
 (0)