mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +02:00
docs(time-ranges): fix misspellings (#5025)
This commit is contained in:
parent
46d8b37385
commit
bd6b31c48b
@ -30,7 +30,7 @@
|
||||
* Returns the time offset at which a specified time range begins.
|
||||
*
|
||||
* @property {time-ranges:indexFunction} end
|
||||
* Returns the time offset at which a specified time range begins.
|
||||
* Returns the time offset at which a specified time range ends.
|
||||
*
|
||||
* @see https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges
|
||||
*/
|
||||
@ -83,7 +83,7 @@ function getRange(fnName, valueIndex, ranges, rangeIndex) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a time range object givent ranges of time.
|
||||
* Create a time range object given ranges of time.
|
||||
*
|
||||
* @param {Array} [ranges]
|
||||
* An array of time ranges.
|
||||
|
Loading…
x
Reference in New Issue
Block a user