diff --git a/doc/user/project/file_lock.md b/doc/user/project/file_lock.md index 394b359ac8b274cbf515efcd42ee042079f600ed..d8f29ea233cd3031e2c34c51ac05dfa593eea9bc 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.