spelling: discrepancies

This commit is contained in:
Josh Soref 2019-10-29 01:52:04 -04:00
parent 4670619f6c
commit 0b4a951cf5

View file

@ -575,7 +575,7 @@ var Video = new Class({
* You can then play back specific markers via the `playMarker` method.
*
* Note that marker timing is _not_ frame-perfect. You should construct your videos in such a way that you allow for
* plenty of extra padding before and after each sequence to allow for discrepencies in browser seek and currentTime accuracy.
* plenty of extra padding before and after each sequence to allow for discrepancies in browser seek and currentTime accuracy.
*
* See https://github.com/w3c/media-and-entertainment/issues/4 for more details about this issue.
*
@ -605,7 +605,7 @@ var Video = new Class({
* specified via the `addMarker` method.
*
* Note that marker timing is _not_ frame-perfect. You should construct your videos in such a way that you allow for
* plenty of extra padding before and after each sequence to allow for discrepencies in browser seek and currentTime accuracy.
* plenty of extra padding before and after each sequence to allow for discrepancies in browser seek and currentTime accuracy.
*
* See https://github.com/w3c/media-and-entertainment/issues/4 for more details about this issue.
*