feat(docs): fix typo in run-commands

This commit is contained in:
Emerson Jair 2019-03-10 14:59:35 -03:00 committed by Victor Savkin
parent 1dacfefbaf
commit c82cfe4692
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ Run commands in parallel
Type: `string` Type: `string`
String to appear in stdout or stderr that indicates that the task is done. This option can only be used when parallel is set to true. If not specified, the task is one when all the child processes complete. String to appear in stdout or stderr that indicates that the task is done. This option can only be used when parallel is set to true. If not specified, the task is done when all the child processes complete.

View File

@ -24,7 +24,7 @@
}, },
"readyWhen": { "readyWhen": {
"type": "string", "type": "string",
"description": "String to appear in stdout or stderr that indicates that the task is done. This option can only be used when parallel is set to true. If not specified, the task is one when all the child processes complete." "description": "String to appear in stdout or stderr that indicates that the task is done. This option can only be used when parallel is set to true. If not specified, the task is done when all the child processes complete."
} }
}, },
"required": ["commands"] "required": ["commands"]