fixed a small typo
This commit is contained in:
Jeff Anderson 2017-03-08 15:27:12 -07:00 committed by John Mulhausen
parent 12d560bf57
commit e86e39d0ec
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ directories exported by your NFS server:
showmount -e <nfsserver>
```
You should also try yo mount one of the exported directories:
You should also try to mount one of the exported directories:
```bash
mkdir /tmp/mydir && sudo mount -t nfs <nfs server>:<directory>