diff --git a/website/source/docs/vagrantfile/ssh_settings.html.md b/website/source/docs/vagrantfile/ssh_settings.html.md index 0a0500d2f..1337547f6 100644 --- a/website/source/docs/vagrantfile/ssh_settings.html.md +++ b/website/source/docs/vagrantfile/ssh_settings.html.md @@ -74,7 +74,7 @@ is enabled. Defaults to false. `config.ssh.forward_env` - An array of host environment variables to forward to the guest. If you are familiar with OpenSSH, this corresponds to the `SendEnv` -paramter. +parameter. ```ruby config.ssh.forward_env = ["CUSTOM_VAR"]