Updated configuration.html.md Typo

This commit is contained in:
AdamGelder 2016-04-07 09:37:20 +01:00
parent 0344de7282
commit 39794c6938
1 changed files with 2 additions and 2 deletions

View File

@ -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.