From b8313e00f177d06045b82b74f091d1c0ea889e37 Mon Sep 17 00:00:00 2001 From: Christos Varelas Date: Mon, 26 Mar 2018 21:01:54 +0200 Subject: [PATCH] Make minor edit H humble edit for a simple syntax error --- 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 273618294..73a93bc7e 100644 --- a/website/source/intro/getting-started/build-image.html.md +++ b/website/source/intro/getting-started/build-image.html.md @@ -114,7 +114,7 @@ installing Redis. ## Your First Image -With a properly validated template. It is time to build your first image. This +With a properly validated template, it is time to build your first image. This is done by calling `packer build` with the template file. The output should look similar to below. Note that this process typically takes a few minutes.