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
path: root/doc
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-06-19 17:56:25 +0300
committerMarcia Ramos <marcia@gitlab.com>2019-06-19 17:56:25 +0300
commit325978e61f956e51870193b6e166aa771e161526 (patch)
tree3828e388234548887696bc908c588b3c14f8d014 /doc
parent3622310283e1544329253beb35374f95d60a49fe (diff)
Fix typo in doc/user/project/pipelines/settings.md
Change automaticallyl -> automatically
Diffstat (limited to 'doc')
-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