From c82cfe4692bfec49418fbf221b801699a4e0cead Mon Sep 17 00:00:00 2001 From: Emerson Jair Date: Sun, 10 Mar 2019 14:59:35 -0300 Subject: [PATCH] feat(docs): fix typo in run-commands --- docs/api-builders/run-commands.md | 2 +- packages/builders/src/run-commands/schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-builders/run-commands.md b/docs/api-builders/run-commands.md index 06689ccb61..b0307a393e 100644 --- a/docs/api-builders/run-commands.md +++ b/docs/api-builders/run-commands.md @@ -16,4 +16,4 @@ Run commands in parallel 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. diff --git a/packages/builders/src/run-commands/schema.json b/packages/builders/src/run-commands/schema.json index d330f0fa64..cc216e3ebd 100644 --- a/packages/builders/src/run-commands/schema.json +++ b/packages/builders/src/run-commands/schema.json @@ -24,7 +24,7 @@ }, "readyWhen": { "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"]