From 2632a0a948dac91f9ef05ba124775b1293701a99 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 6 Jul 2015 23:24:59 -0600 Subject: [PATCH] website/docs: fix typo --- website/docs/source/v2/vagrantfile/machine_settings.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/vagrantfile/machine_settings.html.md b/website/docs/source/v2/vagrantfile/machine_settings.html.md index 3e68ee924..c517146bb 100644 --- a/website/docs/source/v2/vagrantfile/machine_settings.html.md +++ b/website/docs/source/v2/vagrantfile/machine_settings.html.md @@ -104,7 +104,7 @@ constraints.
`config.vm.communicator` - The communicator type to use to connect to the -guest box. By default this is `:ssh`, but should be changed to `:winrm` for +guest box. By default this is `"ssh"`, but should be changed to `"winrm"` for Windows guests.