From 9fd74b3c0aec4d89babeb054e8bd6c39028b327b Mon Sep 17 00:00:00 2001 From: Alfie John Date: Fri, 29 Jun 2018 11:57:19 +1000 Subject: [PATCH] Grammar fix License: MIT Signed-off-by: Alfie John --- docs/fuse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fuse.md b/docs/fuse.md index 535111cc3c3..683efb517ca 100644 --- a/docs/fuse.md +++ b/docs/fuse.md @@ -97,8 +97,8 @@ Verify that the config file can be read by your user: sudo ls -l /etc/fuse.conf -rw-r----- 1 root fuse 216 Jan 2 2013 /etc/fuse.conf ``` -In most distributions group named `fuse` is be created during fuse installation. -You can check this with: +In most distributions, the group named `fuse` will be created during fuse +installation. You can check this with: ```sh sudo grep -q fuse /etc/group && echo fuse_group_present || echo fuse_group_missing