diff --git a/website/docs/source/v2/synced-folders/nfs.html.md b/website/docs/source/v2/synced-folders/nfs.html.md index 3468edd0d..0e9d87e50 100644 --- a/website/docs/source/v2/synced-folders/nfs.html.md +++ b/website/docs/source/v2/synced-folders/nfs.html.md @@ -68,8 +68,8 @@ the final part of the `config.vm.synced_folder` definition, along with the ## Specifying NFS Arguments In addition to the options specified above, it is possible for Vagrant to -specify additional NFS arguments when mounting the NFS share by using the -`mount_options` key. For example, to append the `actimeo=2` client mount option: +specify alternate NFS arguments when mounting the NFS share by using the +`mount_options` key. For example, to use the `actimeo=2` client mount option: ``` config.vm.synced_folder ".", "/vagrant",