From 002d20af5bf7f05e750f1d80a20d10d402d6fb21 Mon Sep 17 00:00:00 2001 From: fschl Date: Sat, 16 Mar 2019 10:28:58 +0000 Subject: [PATCH] fix simple typo --- doc/ci/pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md index a77389332c4..c37e3d8cd08 100644 --- a/doc/ci/pipelines.md +++ b/doc/ci/pipelines.md @@ -304,7 +304,7 @@ stage has a job with a manual action. > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21767) in GitLab 11.4. -When you do not want to run a job immediately, you can use the [`when:deplayed`](yaml/README.md#whendelayed) parameter to +When you do not want to run a job immediately, you can use the [`when:delayed`](yaml/README.md#whendelayed) parameter to delay a job's execution for a certain period. This is especially useful for timed incremental rollout where new code is rolled out gradually.