From 6837bf8276f1065e6674d8375cd89cfee9efceb6 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 16 Oct 2017 13:04:53 -0700 Subject: [PATCH] grammar and style fix --- website/source/docs/builders/vmware-iso.html.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/website/source/docs/builders/vmware-iso.html.md b/website/source/docs/builders/vmware-iso.html.md index 6761c33d8..36715a134 100644 --- a/website/source/docs/builders/vmware-iso.html.md +++ b/website/source/docs/builders/vmware-iso.html.md @@ -108,11 +108,12 @@ builder. is full. By default this is set to 40,000 (about 40 GB). - `disk_type_id` (string) - The type of VMware virtual disk to create. The - default is "1", which corresponds to a growable virtual disk split in - 2GB files. For ESXi defaults to "zeroedthick". This option is for advanced usage, modify only if you know what - you're doing. For more information, please consult the [Virtual Disk Manager - User's Guide](https://www.vmware.com/pdf/VirtualDiskManager.pdf) for desktop - VMware clients. For ESXi, refer to the proper ESXi documentation. + default is "1", which corresponds to a growable virtual disk split in 2GB + files. For ESXi, this defaults to "zeroedthick". This option is for + advanced usage. For more information, please consult the [Virtual Disk + Manager User's Guide](https://www.vmware.com/pdf/VirtualDiskManager.pdf) + for desktop VMware clients. For ESXi, refer to the proper ESXi + documentation. * `disable_vnc` (bool) - Whether to create a VNC connection or not. A `boot_command` cannot be used when this is `false`. Defaults to `false`.