From 790432958ee4caa6f7a3f24377c1737915b00205 Mon Sep 17 00:00:00 2001 From: "Stuart C. Robinson" Date: Fri, 18 Jan 2019 11:26:16 -0500 Subject: [PATCH] extraneous 'a' in *Build the app*, replace: `if you want to use the a shorter option` with `if you want to use the shorter option` --- get-started/part2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part2.md b/get-started/part2.md index 23f9652b25..d2903a4359 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -156,7 +156,7 @@ Dockerfile app.py requirements.txt ``` Now run the build command. This creates a Docker image, which we're going to -name using the `--tag` option. Use `-t` if you want to use the a shorter option. +name using the `--tag` option. Use `-t` if you want to use the shorter option. ```shell docker build --tag=friendlyhello .