Skip to content

Commit

Permalink
Merge pull request #5164 from alfiedotwtf/master
Browse files Browse the repository at this point in the history
Grammar fix
  • Loading branch information
whyrusleeping authored Jun 30, 2018
2 parents 336520d + 9fd74b3 commit 7e8f6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e8f6c9

Please sign in to comment.