summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormtmail <mtmail@gmx.net>2019-07-17 16:57:56 +0000
committermtmail <mtmail@gmx.net>2019-07-17 16:57:56 +0000
commit7b18f3a022e34b8599cf509a0cc9263c1b97c0f7 (patch)
treeb2b5e9b75feffebaf1e61695e4891678c47d69a5
parent2860cfaaff0a435792081b72a5f97de85e0d4f70 (diff)
downloadgitlab-ce-7b18f3a022e34b8599cf509a0cc9263c1b97c0f7.tar.gz
typo
-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 9a5a3624c73..5b2c3a8765c 100644
--- a/doc/ci/caching/index.md
+++ b/doc/ci/caching/index.md
@@ -8,7 +8,7 @@ GitLab CI/CD provides a caching mechanism that can be used to save time
when your jobs are running.
Caching is about speeding the time a job is executed by reusing the same
-content of a previous job. It can be particularly useful when your are
+content of a previous job. It can be particularly useful when you are
developing software that depends on other libraries which are fetched via the
internet during build time.