Commit 55ba946d authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-fix-off-by-one-extends-documentation' into 'master'

Docs: fix off by one in `extends` documentation

See merge request gitlab-org/gitlab!41199
parents ee306aa8 ca524a02
......@@ -982,7 +982,7 @@ If you do want to include the `rake test`, see [`before_script` and `after_scrip
possible to inherit from regular jobs as well.
`extends` supports multi-level inheritance. You should avoid using more than 3 levels,
but you can use as many as ten.
but you can use as many as eleven.
The following example has two levels of inheritance:
```yaml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment