Grammar fix
License: MIT Signed-off-by: Alfie John <alfie@alfie.wtf>
Alfie John committed
Jun 29, 2018 at 11:57 UTC
9fd74b3c0aec4d89babeb054e8bd6c39028b327b
1 file changed
+2
-2
docs/fuse.md
+2
-2
@@ -97,8 +97,8 @@ Verify that the config file can be read by your user:
97
sudo ls -l /etc/fuse.conf
98
-rw-r----- 1 root fuse 216 Jan 2 2013 /etc/fuse.conf
99
```
100
-In most distributions group named `fuse` is be created during fuse installation.
101
-You can check this with:
100
+In most distributions, the group named `fuse` will be created during fuse
101
+installation. You can check this with:
102
103
```sh
104
sudo grep -q fuse /etc/group && echo fuse_group_present || echo fuse_group_missing