Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorJames Lopez <james@gitlab.com>2016-12-19 10:58:10 +0300
committerJames Lopez <james@gitlab.com>2016-12-19 10:58:10 +0300
commitcfd1c6a54e36a25282afb61dea5f1be37e9b3500 (patch)
tree6eb21561f9d6bb1cd472da5db135a3a2ee49427c /doc/ci
parent5be894fd46d96f4b6dfd6b8e7e7d99d5e35aacae (diff)
Fix typo
Diffstat (limited to 'doc/ci')
-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 dd8e1078c60..7158b2e7895 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1056,7 +1056,7 @@ variables:
GET_SOURCES_ATTEMPTS: "3"
```
-You can set the them in the global [`variables`](#variables) section or the [`variables`](#job-variables)
+You can set them in the global [`variables`](#variables) section or the [`variables`](#job-variables)
section for individual jobs.
## Shallow cloning