Merge branch 'patch-48' into 'master'

Fix simple typo in Documentation

See merge request gitlab-org/gitlab-ce!26243
This commit is contained in:
Evan Read 2019-03-18 06:44:52 +00:00
commit 8b295021ab
1 changed files with 1 additions and 1 deletions

View File

@ -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. > [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. delay a job's execution for a certain period.
This is especially useful for timed incremental rollout where new code is rolled out gradually. This is especially useful for timed incremental rollout where new code is rolled out gradually.