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 .