summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Paik <rpaik@gitlab.com>2019-08-20 02:24:05 +0000
committerRay Paik <rpaik@gitlab.com>2019-08-20 02:24:05 +0000
commitda9606512846aca61fb52f8afd6e9742426f8e3a (patch)
treedfb59e54a4c4eb8644a06b541ea452316d86608a
parentaa7a9cc9cfe1139ef29296623b7cd285a3547d0c (diff)
parentb29853ed3794b70a1b24389e712f7170d2cbd36e (diff)
downloadgitlab-ce-da9606512846aca61fb52f8afd6e9742426f8e3a.tar.gz
Merge branch 'patch-74' into 'master'
Fix typo in doc/ci/yaml/README.md See merge request gitlab-org/gitlab-ce!31923
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 2be93433b36..76b73729d0b 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1721,7 +1721,7 @@ This example creates three paths of execution:
1. If `needs:` is set to point to a job that is not instantiated
because of `only/except` rules or otherwise does not exist, the
job will fail.
-1. Note that one day one of the launch, we are temporarily limiting the
+1. Note that on day one of the launch, we are temporarily limiting the
maximum number of jobs that a single job can need in the `needs:` array. Track
our [infrastructure issue](https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/7541)
for details on the current limit.