From 39794c693895905afdbf2f10dca8fba4c8b12e32 Mon Sep 17 00:00:00 2001 From: AdamGelder Date: Thu, 7 Apr 2016 09:37:20 +0100 Subject: [PATCH] Updated configuration.html.md Typo --- website/source/docs/hyperv/configuration.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/hyperv/configuration.html.md b/website/source/docs/hyperv/configuration.html.md index 86c77c8eb..4bdd35eb1 100644 --- a/website/source/docs/hyperv/configuration.html.md +++ b/website/source/docs/hyperv/configuration.html.md @@ -12,9 +12,9 @@ description: |- The Vagrant Hyper-V provider has some provider-specific configuration options you may set. A complete reference is shown below: - * `vmname` (string) - Name of virtual mashine as shown in Hyper-V manager. + * `vmname` (string) - Name of virtual machine as shown in Hyper-V manager. Defaults is taken from box image XML. - * `cpus` (integer) - Number of virtual CPU given to mashine. + * `cpus` (integer) - Number of virtual CPU given to machine. Defaults is taken from box image XML. * `memory` (integer) - Number of MegaBytes allocated to VM at startup. Defaults is taken from box image XML.