diff --git a/website/source/docs/vagrantfile/machine_settings.html.md b/website/source/docs/vagrantfile/machine_settings.html.md index ed15b8d16..e529db497 100644 --- a/website/source/docs/vagrantfile/machine_settings.html.md +++ b/website/source/docs/vagrantfile/machine_settings.html.md @@ -125,7 +125,7 @@ Defaults to 60 seconds. `config.vm.guest` - The guest OS that will be running within this machine. This defaults to `:linux`, and Vagrant will auto-detect the -proper distro. However, this should be changed to `":windows"` for Windows guests. +proper distro. However, this should be changed to `:windows` for Windows guests. Vagrant needs to know this information to perform some guest OS-specific things such as mounting folders and configuring networks.