From bce900a4ca9f09fb43e0ed707d486340185bf99c Mon Sep 17 00:00:00 2001 From: Lee Gaines Date: Sun, 6 May 2018 21:49:43 -0700 Subject: [PATCH] fixed a typo changed "contain" to "contained" in the first bullet point --- slides/intro/Multi_Stage_Builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/intro/Multi_Stage_Builds.md b/slides/intro/Multi_Stage_Builds.md index f97b14b3..5fe60eb5 100644 --- a/slides/intro/Multi_Stage_Builds.md +++ b/slides/intro/Multi_Stage_Builds.md @@ -1,6 +1,6 @@ # Multi-stage builds -* In the previous example, our final image contain: +* In the previous example, our final image contained: * our `hello` program