diff --git a/doc/user/project/file_lock.md b/doc/user/project/file_lock.md index 034560d0b25c77c86516e1bdfb4844441e35d0bc..855e0b6fe757e7ca284659634337bb88aa767524 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.