Merge pull request #7215 from AdamGelder/patch-1

Updated configuration.html.md Typo
This commit is contained in:
Seth Vargo 2016-04-07 09:30:16 -04:00
commit cdb9006654
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 The Vagrant Hyper-V provider has some provider-specific configuration options
you may set. A complete reference is shown below: 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. 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. Defaults is taken from box image XML.
* `memory` (integer) - Number of MegaBytes allocated to VM at startup. * `memory` (integer) - Number of MegaBytes allocated to VM at startup.
Defaults is taken from box image XML. Defaults is taken from box image XML.