Skip to content

Commit

Permalink
docs(text-track): fix misspellings (#5058)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maysjtu authored and gkatsev committed Mar 29, 2018
1 parent 378d98e commit 4d3331e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/tracks/text-track.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const parseCues = function(srcContent, track) {
};

/**
* Load a `TextTrack` from a specifed url.
* Load a `TextTrack` from a specified url.
*
* @param {string} src
* Url to load track from.
Expand Down Expand Up @@ -139,7 +139,7 @@ class TextTrack extends Track {
*
* @param {string} [options.srclang='']
* A valid two character language code. An alternative, but deprioritized
* vesion of `options.language`
* version of `options.language`
*
* @param {string} [options.src]
* A url to TextTrack cues.
Expand Down

0 comments on commit 4d3331e

Please sign in to comment.