summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-03-18 06:44:52 +0000
committerEvan Read <eread@gitlab.com>2019-03-18 06:44:52 +0000
commit8b295021ab53f55c379c47f8f3e569533864c909 (patch)
treed0306583c7c3fa4e74275c593c3fda03c70a368f /doc/ci
parent03dfbe7d0f1527aef17eb16c121cc3246ba01b9d (diff)
parent002d20af5bf7f05e750f1d80a20d10d402d6fb21 (diff)
downloadgitlab-ce-8b295021ab53f55c379c47f8f3e569533864c909.tar.gz
Merge branch 'patch-48' into 'master'
Fix simple typo in Documentation See merge request gitlab-org/gitlab-ce!26243
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/pipelines.md2
1 files changed, 1 insertions, 1 deletions
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.