diff --git a/website/source/docs/builders/digitalocean.html.md b/website/source/docs/builders/digitalocean.html.md index d25f94bbf..b63bb103d 100644 --- a/website/source/docs/builders/digitalocean.html.md +++ b/website/source/docs/builders/digitalocean.html.md @@ -41,7 +41,7 @@ builder. - `image` (string) - The name (or slug) of the base image to use. This is the image that will be used to launch a new droplet and provision it. See [https://developers.digitalocean.com/documentation/v2/\#list-all-images](https://developers.digitalocean.com/documentation/v2/#list-all-images) for - details on how to get a list of the the accepted image names/slugs. + details on how to get a list of the accepted image names/slugs. - `region` (string) - The name (or slug) of the region to launch the droplet in. Consequently, this is the region where the snapshot will diff --git a/website/source/docs/post-processors/amazon-import.html.md b/website/source/docs/post-processors/amazon-import.html.md index a3d1cd166..e13061a11 100644 --- a/website/source/docs/post-processors/amazon-import.html.md +++ b/website/source/docs/post-processors/amazon-import.html.md @@ -25,7 +25,7 @@ Further information about the import process can be found in AWS's [EC2 Import/E ## Configuration There are some configuration options available for the post-processor. They are -segmented below into three categories: required and optional parameters. +segmented below into two categories: required and optional parameters. Within each category, the available configuration keys are alphabetized. Required: diff --git a/website/source/docs/templates/user-variables.html.md b/website/source/docs/templates/user-variables.html.md index d2a634b88..4e50e17aa 100644 --- a/website/source/docs/templates/user-variables.html.md +++ b/website/source/docs/templates/user-variables.html.md @@ -143,7 +143,7 @@ The `-var-file` flag can be specified multiple times and variables from multiple files will be read and applied. As you'd expect, variables read from files specified later override a variable set earlier if it has already been set. -Combining the the -var and -var-file flags together also works how you'd +Combining the -var and -var-file flags together also works how you'd expect. Flags set later in the command override flags set earlier. So, for example, in the following command with the above variables.json file: