Fix typos

This commit is contained in:
Mohammad Fares
2018-08-05 02:46:01 +03:00
parent 530ab84af9
commit 16b859b0f4
6 changed files with 11 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ function command(argv) {
process.stdin.pause();
// Playing optinos
// Playing options
var options = {
frameDelay: argv.recordingFile.json.config.frameDelay,
maxIdleTime: argv.recordingFile.json.config.maxIdleTime
@@ -80,7 +80,7 @@ function command(argv) {
* - maxIdleTime (default: 2000)
* - Maximum delay between frames in ms
* - Ignored if the `frameDelay` isn't set to `auto`
* - Set to `auto` to prevnt limiting the max idle time
* - Set to `auto` to prevent limiting the max idle time
*
* - speedFactor (default: 1)
* - Multiply the frames delays by this factor