From a08aca98fbcff8612c55e6f5b5831656582e6df5 Mon Sep 17 00:00:00 2001 From: Eric Shinn Date: Mon, 30 May 2022 09:14:08 -0400 Subject: [PATCH] grammar edit (#14841) --- get-started/02_our_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/02_our_app.md b/get-started/02_our_app.md index e77d00a2f2..529219fcbd 100644 --- a/get-started/02_our_app.md +++ b/get-started/02_our_app.md @@ -74,7 +74,7 @@ see a few flaws in the Dockerfile below. But, don't worry. We'll go over them. for the final image. Since we named the image `getting-started`, we can refer to that image when we run a container. - The `.` at the end of the `docker build` command tells that Docker should look for the `Dockerfile` in the current directory. + The `.` at the end of the `docker build` command tells Docker that it should look for the `Dockerfile` in the current directory. ## Start an app container