diff options
author | Philipp Gildein <philipp@gildein.com> | 2018-06-29 09:42:32 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-08-29 17:35:37 +0200 |
commit | f75aaea8ebd50416659a09d43177eed6cb47cc0b (patch) | |
tree | 26b1e2d0373510a80f530e622e8ffc745a78c666 /doc | |
parent | 191dad29679553b8dd128ae2b7b1ccd74c299e2a (diff) | |
download | gitlab-ce-f75aaea8ebd50416659a09d43177eed6cb47cc0b.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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/caching/index.md | 2 |
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: |