From afc2cab89e12b46648944ba3b089d620a1e75cf6 Mon Sep 17 00:00:00 2001 From: jodysimpson Date: Tue, 26 Nov 2019 09:32:12 -0800 Subject: [PATCH] Fixed typo on pipeline documentation --- .../en/project-admin/tools/pipelines/docs-for-v2.0.x/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/project-admin/tools/pipelines/docs-for-v2.0.x/_index.md b/content/rancher/v2.x/en/project-admin/tools/pipelines/docs-for-v2.0.x/_index.md index 7f78c61749e..0414cfa3e90 100644 --- a/content/rancher/v2.x/en/project-admin/tools/pipelines/docs-for-v2.0.x/_index.md +++ b/content/rancher/v2.x/en/project-admin/tools/pipelines/docs-for-v2.0.x/_index.md @@ -45,7 +45,7 @@ You can set up your pipeline to run a series of stages and steps to test your co - Only the branch {BRANCH NAME}: Only events triggered by changes to this branch will be built. - - Evertyhing but {BRANCH NAME}: Build any branch that triggered an event EXCEPT events from this branch. + - Everything but {BRANCH NAME}: Build any branch that triggered an event EXCEPT events from this branch. - All branches: Regardless of the branch that triggered the event always build.