This commit is contained in:
Patrick Devine 2017-02-09 16:30:06 -08:00 committed by GitHub
parent a1a1f93345
commit ba8d210013
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,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>