Skip to content

Commit 4d3331e

Browse files
Maysjtugkatsev
authored andcommitted
docs(text-track): fix misspellings (#5058)
1 parent 378d98e commit 4d3331e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/tracks/text-track.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const parseCues = function(srcContent, track) {
5858
};
5959

6060
/**
61-
* Load a `TextTrack` from a specifed url.
61+
* Load a `TextTrack` from a specified url.
6262
*
6363
* @param {string} src
6464
* Url to load track from.
@@ -139,7 +139,7 @@ class TextTrack extends Track {
139139
*
140140
* @param {string} [options.srclang='']
141141
* A valid two character language code. An alternative, but deprioritized
142-
* vesion of `options.language`
142+
* version of `options.language`
143143
*
144144
* @param {string} [options.src]
145145
* A url to TextTrack cues.

0 commit comments

Comments
 (0)