Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn T Skarbek <jskarbek@gitlab.com>2019-07-18 22:53:56 +0300
committerJohn T Skarbek <jskarbek@gitlab.com>2019-07-18 22:53:56 +0300
commitad83b673245a1dd0f65cea76ff6b6113f107d30e (patch)
tree4ab1e5be43521887067f9f8a6e23ec45dbfdcbe0 /doc/ci/caching/index.md
parent0d9afa5d6c7aa7a927cbb20aef2a4fce586748d4 (diff)
parent17b9a91cc0622ad5cac6b1a11546b9ef9e8ac427 (diff)
Merge remote-tracking branch 'origin/12-1-auto-deploy-20190718' into 12-1-stable
Diffstat (limited to 'doc/ci/caching/index.md')
-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.