summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Paik <rpaik@gitlab.com>2019-07-18 00:30:12 +0000
committerRay Paik <rpaik@gitlab.com>2019-07-18 00:30:12 +0000
commit4230b4e4d38b19a2506f5266a81dc41db8ac1165 (patch)
treeaf353313b0cec905ebae844704de513af679a66b
parent0d9fb8d409a2e0d92d5e6b7c338a500ab9229a14 (diff)
parent7b18f3a022e34b8599cf509a0cc9263c1b97c0f7 (diff)
downloadgitlab-ce-4230b4e4d38b19a2506f5266a81dc41db8ac1165.tar.gz
Merge branch 'patch-72' into 'master'
typo See merge request gitlab-org/gitlab-ce!30860
-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.