Merge pull request #1586 from pdevine/patch-2

Fix typo
This commit is contained in:
Misty Stanley-Jones 2017-02-09 17:32:34 -08:00 committed by GitHub
commit e322b5974c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ directories exported by your NFS server:
showmount -e <nfsserver> 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 ```bash
mkdir /tmp/mydir && sudo mount -t nfs <nfs server>:<directory> mkdir /tmp/mydir && sudo mount -t nfs <nfs server>:<directory>