summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-11-21 10:50:48 -0600
committerClement Ho <ClemMakesApps@gmail.com>2016-11-21 10:50:48 -0600
commite9e2ed31d00f3a17da63b1bf6dfe558718d0d9b7 (patch)
treefde693e8a7c46179171ba61d6a2502cde1bb32d9
parent80eaed1651e6a278af87e015f6b414d4f943a352 (diff)
downloadgitlab-ce-fix-lfs-doc-typo.tar.gz
Fix lfs doc typofix-lfs-doc-typo
-rw-r--r--doc/workflow/lfs/manage_large_binaries_with_git_lfs.md2
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 1a4f213a792..28e6a21a229 100644
--- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
+++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
@@ -48,7 +48,7 @@ check it into your Git repository:
```bash
git clone git@gitlab.example.com:group/project.git
-git lfs install # initialize the Git LFS project project
+git lfs install # initialize the Git LFS project
git lfs track "*.iso" # select the file extensions that you want to treat as large files
```