diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-12-22 11:07:11 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-12-22 11:07:11 +0000 |
commit | ebe56caf6c8577ae56eb43e05946a3911fd6ba4a (patch) | |
tree | b2dfc92537edf39a978b775c451dc008da92d65a /doc | |
parent | 92e00ffb188455fffa34c0d95011e65485401d5d (diff) | |
parent | 6b23e9d923c816fd9ed903424fd909a08f3c51fe (diff) | |
download | gitlab-ce-ebe56caf6c8577ae56eb43e05946a3911fd6ba4a.tar.gz |
Merge branch 'lfs-docs-typo' into 'master'
docs: fix a typo in LFS documentation
See merge request gitlab-org/gitlab-ce!16078
Diffstat (limited to 'doc')
-rw-r--r-- | doc/workflow/lfs/manage_large_binaries_with_git_lfs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md index 195285f9157..f7b87dee8e1 100644 --- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md +++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md @@ -170,4 +170,4 @@ GitLab checks files to detect LFS pointers on push. If LFS pointers are detected Verify that LFS in installed locally and consider a manual push with `git lfs push --all`. -If you are storing LFS files outside of GitLab you can disable LFS on the project by settting `lfs_enabled: false` with the [projets api](../../api/projects.md#edit-project). +If you are storing LFS files outside of GitLab you can disable LFS on the project by settting `lfs_enabled: false` with the [projects api](../../api/projects.md#edit-project). |