From 34746284f8e93c09288ed691f178c7e668a953bb Mon Sep 17 00:00:00 2001 From: Jayden Park Date: Fri, 28 May 2021 18:09:55 +1000 Subject: [PATCH] Update codefresh-api.md Fix typo in trigger specification docs --- _docs/integrations/codefresh-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/integrations/codefresh-api.md b/_docs/integrations/codefresh-api.md index cb4a91d74..800767a6a 100644 --- a/_docs/integrations/codefresh-api.md +++ b/_docs/integrations/codefresh-api.md @@ -411,7 +411,7 @@ The `triggers` field is an array of objects that hold [Git trigger information]( | `branchRegexInput ` | `triggers` | string | Defines what type of content is in `branchRegex`. Possible values are `regex`, `multiselect`, `multiselect-exclude` | | `provider ` | `triggers` | string | Name of provider as found in Git integrations | | `modifiedFilesGlob ` | `triggers` | string | Only activate trigger if changed files match glob expression | -| `disabled ` | `triggers` | boolean | if false, trigger will never be activated | +| `disabled ` | `triggers` | boolean | if true, trigger will never be activated | | `options ` | `triggers` | array | Choosing [caching behavior]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipeline-caching/) of this pipeline | | `noCache ` | `options` | boolean | if true, docker layer cache is disabled | | `noCfCache ` | `options` | boolean | if true, extra Codefresh caching is disabled |