From e9648d52b71f804c164600352b73034b70e2d827 Mon Sep 17 00:00:00 2001 From: Marcel Amirault <mamirault@gitlab.com> Date: Wed, 8 Mar 2023 23:54:07 +0000 Subject: [PATCH] Fix small typo in downstream pipelines doc --- doc/ci/pipelines/downstream_pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ci/pipelines/downstream_pipelines.md b/doc/ci/pipelines/downstream_pipelines.md index bdc81e64f885c..8031ce751ec98 100644 --- a/doc/ci/pipelines/downstream_pipelines.md +++ b/doc/ci/pipelines/downstream_pipelines.md @@ -671,7 +671,7 @@ the child pipeline must [use `workflow:rules` or `rules` to ensure the jobs run] If no jobs in the child pipeline can run due to missing or incorrect `rules` configuration: - The child pipeline fails to start. -- The parent pipeline's trigger job fails with: `downstream pipeline can not be creaed, Pipeline will not run for the selected trigger. The rules configuration prevented any jobs from being added to the pipeline.` +- The parent pipeline's trigger job fails with: `downstream pipeline can not be created, Pipeline will not run for the selected trigger. The rules configuration prevented any jobs from being added to the pipeline.` ### `Ref is ambiguous` -- GitLab