diff options
author | Stan Hu <stanhu@gmail.com> | 2019-06-19 14:56:25 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-06-19 14:56:25 +0000 |
commit | 325978e61f956e51870193b6e166aa771e161526 (patch) | |
tree | 3828e388234548887696bc908c588b3c14f8d014 | |
parent | 3622310283e1544329253beb35374f95d60a49fe (diff) | |
download | gitlab-ce-325978e61f956e51870193b6e166aa771e161526.tar.gz |
Fix typo in doc/user/project/pipelines/settings.md
Change automaticallyl -> automatically
-rw-r--r-- | doc/user/project/pipelines/settings.md | 3 |
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 |