summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-06-19 14:56:26 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-06-19 14:56:26 +0000
commit9df475eb368d81d90022b646fe9d7c0944d854f1 (patch)
tree3828e388234548887696bc908c588b3c14f8d014
parent3622310283e1544329253beb35374f95d60a49fe (diff)
parent325978e61f956e51870193b6e166aa771e161526 (diff)
downloadgitlab-ce-9df475eb368d81d90022b646fe9d7c0944d854f1.tar.gz
Merge branch 'sh-pipeline-typo-docs' into 'master'
Fix typo in doc/user/project/pipelines/settings.md See merge request gitlab-org/gitlab-ce!29851
-rw-r--r--doc/user/project/pipelines/settings.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/pipelines/settings.md b/doc/user/project/pipelines/settings.md
index 16f48c462eb..24e15a37a40 100644
--- a/doc/user/project/pipelines/settings.md
+++ b/doc/user/project/pipelines/settings.md
@@ -24,7 +24,8 @@ in `.gitlab-ci.yml`.
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28919) in GitLab 12.0.
-NOTE: **Note**: As of GitLab 12.0, newly created projects will automaticallyl have a default
+NOTE: **Note**:
+As of GitLab 12.0, newly created projects will automatically have a default
`git depth` value of `50`.
It is possible to limit the number of changes that GitLab CI/CD will fetch when cloning