From 5f750bfc347aa50e74555d989155084ab01e9118 Mon Sep 17 00:00:00 2001 From: Jason Moody Date: Thu, 5 Jul 2018 17:46:06 -0500 Subject: [PATCH] Update build-image.html.md Small grammar update in "A Windows Example" section of build-image.html.md. --- website/source/intro/getting-started/build-image.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/build-image.html.md b/website/source/intro/getting-started/build-image.html.md index 73a93bc7e..e65d621c1 100644 --- a/website/source/intro/getting-started/build-image.html.md +++ b/website/source/intro/getting-started/build-image.html.md @@ -338,7 +338,7 @@ customize the image. Finally, when all is done, Packer will wrap the whole customized package up into a brand new AMI that will be available from the [AWS AMI management page]( https://console.aws.amazon.com/ec2/home?region=us-east-1#s=Images). Any -instances we subsequently create from this AMI will have our all of our +instances we subsequently create from this AMI will have all of our customizations baked in. This is the core benefit we are looking to achieve from using the [Amazon EBS builder](/docs/builders/amazon-ebs.html) in this example.