From d3dc1be71c62414d82f8f980fb1694195984dbf1 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Fri, 11 Oct 2019 15:32:02 +0000 Subject: [PATCH] Doc updates --- builder/azure/chroot/builder.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/azure/chroot/builder.go b/builder/azure/chroot/builder.go index 27f763706..ee2dbe08f 100644 --- a/builder/azure/chroot/builder.go +++ b/builder/azure/chroot/builder.go @@ -1,7 +1,7 @@ //go:generate struct-markdown -// Package chroot is able to create an Azure manage image without requiring the -// launch of a new instance for every build. It does this by attaching and +// Package chroot is able to create an Azure managed image without requiring the +// launch of a new virtual machine for every build. It does this by attaching and // mounting the root disk and chrooting into that directory. // It then creates a managed image from that attached disk. package chroot