diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2017-12-21 08:31:56 -0500 |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2017-12-21 08:31:56 -0500 |
commit | 6b23e9d923c816fd9ed903424fd909a08f3c51fe (patch) | |
tree | 58647ccacb8c02ea80d45fa681af85997dc6e048 /doc | |
parent | 3ee5fd156e3465a1e1c04b2b321c62b577496ee8 (diff) | |
download | gitlab-ce-6b23e9d923c816fd9ed903424fd909a08f3c51fe.tar.gz |
docs: fix a typo in LFS documentation
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). |