From b3cdf2ac8f740f2ceaba6295f984d36917078e4a Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 27 Aug 2019 15:16:33 +0200 Subject: [PATCH] remove docs typo --- builder/vmware/common/hw_config.go | 2 +- .../builder/vmware/common/_HWConfig-not-required.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/vmware/common/hw_config.go b/builder/vmware/common/hw_config.go index d02e5baa8..0f84f5378 100644 --- a/builder/vmware/common/hw_config.go +++ b/builder/vmware/common/hw_config.go @@ -61,7 +61,7 @@ type HWConfig struct { // should use the named-pipe. // * `endpoint` (string) - Chooses the type of the VM-end, which can be // either a `client` or `server`. - // * `host` (str`ing) - Chooses the type of the host-end, which can be either + // * `host` (string) - Chooses the type of the host-end, which can be either // an `app` (application) or `vm` (another virtual-machine). // * `yield` (bool) - This is an optional boolean that specifies whether // the vm should yield the cpu when polling the port. diff --git a/website/source/partials/builder/vmware/common/_HWConfig-not-required.html.md b/website/source/partials/builder/vmware/common/_HWConfig-not-required.html.md index 08f2a0a39..bb798cc62 100644 --- a/website/source/partials/builder/vmware/common/_HWConfig-not-required.html.md +++ b/website/source/partials/builder/vmware/common/_HWConfig-not-required.html.md @@ -49,7 +49,7 @@ should use the named-pipe. * `endpoint` (string) - Chooses the type of the VM-end, which can be either a `client` or `server`. - * `host` (str`ing) - Chooses the type of the host-end, which can be either + * `host` (string) - Chooses the type of the host-end, which can be either an `app` (application) or `vm` (another virtual-machine). * `yield` (bool) - This is an optional boolean that specifies whether the vm should yield the cpu when polling the port.