mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
spelling: discrepancies
This commit is contained in:
parent
4670619f6c
commit
0b4a951cf5
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue