From 1ba4ce40b3dd89b5fa756be552ad8e58de39571a Mon Sep 17 00:00:00 2001 From: graingert Date: Wed, 29 Jun 2016 17:07:31 +0000 Subject: [PATCH] fix typo won't -> want --- doc/user/project/file_lock.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/project/file_lock.md b/doc/user/project/file_lock.md index 034560d0b25c77..855e0b6fe757e7 100644 --- a/doc/user/project/file_lock.md +++ b/doc/user/project/file_lock.md @@ -17,7 +17,7 @@ works for the default branch you have set in the project's settings** (usually The file locking feature is useful in situations when: -- Multiple people are working on the same file and you won't to avoid merge +- Multiple people are working on the same file and you want to avoid merge conflicts. - Your repository contains binary files in which situation there is no easy way to tell the diff between yours and your colleagues' changes. -- GitLab