From 297eb3777b2205ff6e6c1feee00c07a6a7511d66 Mon Sep 17 00:00:00 2001 From: Joel Handwell Date: Fri, 26 Dec 2014 00:42:41 -0500 Subject: [PATCH] Fix typo: One attached -> Once attached --- website/source/docs/builders/amazon-chroot.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon-chroot.html.markdown b/website/source/docs/builders/amazon-chroot.html.markdown index 41235496e..11eea6eb3 100644 --- a/website/source/docs/builders/amazon-chroot.html.markdown +++ b/website/source/docs/builders/amazon-chroot.html.markdown @@ -30,7 +30,7 @@ in your account, it is up to you to use, delete, etc. the AMI. ## How Does it Work? This builder works by creating a new EBS volume from an existing source AMI -and attaching it into an already-running EC2 instance. One attached, a +and attaching it into an already-running EC2 instance. Once attached, a [chroot](http://en.wikipedia.org/wiki/Chroot) is used to provision the system within that volume. After provisioning, the volume is detached, snapshotted, and an AMI is made.