Skip to content

Commit

Permalink
docs: fix typo in html-track-element.js (#7504)
Browse files Browse the repository at this point in the history
vesion -> version
  • Loading branch information
eltociear authored Nov 9, 2021
1 parent bcd80f9 commit 8e8b7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tracks/html-track-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class HTMLTrackElement extends EventTarget {
*
* @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 8e8b7be

Please sign in to comment.