summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2019-03-12 01:29:07 +0000
committerEvan Read <eread@gitlab.com>2019-03-12 01:29:07 +0000
commitb32d861bbba87eadf77ca786f89bd4c713833267 (patch)
tree421ada758913bafc366db63197dbe8a0e1c46691
parentb1d4cea707914b65e2ba615342e74608f354378d (diff)
downloadgitlab-ce-b32d861bbba87eadf77ca786f89bd4c713833267.tar.gz
doc/ci/yaml: correct recursive expanded includes documentation
-rw-r--r--doc/ci/yaml/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 71558627b01..e295b696423 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1756,7 +1756,7 @@ include:
```
All [nested includes](#nested-includes) will be executed in the scope of the target project,
-so it is possible to used local (relative to target project), project, remote
+so it is possible to use local (relative to target project), project, remote
or template includes.
#### `include:template`
@@ -1802,7 +1802,7 @@ configuration), you have to re-create pipeline.
#### Nested includes
-> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/53903) in GitLab 11.7.
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/56836) in GitLab 11.9.
Nested includes allow you to compose a set of includes.
A total of 50 includes is allowed.