summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gildein <philipp@gildein.com>2018-06-29 09:42:32 +0000
committerRémy Coutable <remy@rymai.me>2018-08-21 19:49:55 +0200
commite4a3c99cedce6625a5283ba9ad2f7f3da0fb7b84 (patch)
tree3aafe75ea0d3050129dd688b40b6063576f38b6f
parente38e6d4cf7634b01d075ebae7c9d37e36cbcb33d (diff)
downloadgitlab-ce-e4a3c99cedce6625a5283ba9ad2f7f3da0fb7b84.tar.gz
Fix typo in LOTR reference in caching documentation
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324. Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--doc/ci/caching/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/caching/index.md b/doc/ci/caching/index.md
index 3598c255e08..881db84e916 100644
--- a/doc/ci/caching/index.md
+++ b/doc/ci/caching/index.md
@@ -87,7 +87,7 @@ you can use the same key for all of them:
```yaml
cache:
- key: one-key-to-rull-them-all
+ key: one-key-to-rule-them-all
```
To share the same cache between branches, but separate them by job: