diff options
author | mtmail <mtmail@gmx.net> | 2019-07-17 16:57:56 +0000 |
---|---|---|
committer | mtmail <mtmail@gmx.net> | 2019-07-17 16:57:56 +0000 |
commit | 7b18f3a022e34b8599cf509a0cc9263c1b97c0f7 (patch) | |
tree | b2b5e9b75feffebaf1e61695e4891678c47d69a5 /doc | |
parent | 2860cfaaff0a435792081b72a5f97de85e0d4f70 (diff) | |
download | gitlab-ce-7b18f3a022e34b8599cf509a0cc9263c1b97c0f7.tar.gz |
typo
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 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. |