From 1958c85a968887f87e19f20e722f4ded7f007f4d Mon Sep 17 00:00:00 2001 From: Aleksey Tsalolikhin Date: Sun, 4 Mar 2018 19:56:03 -0800 Subject: [PATCH] Fix noun plural tense (change "instructions" -> "instruction") "An" means one. So "an instruction" rather than "an instructions". (Small grammar fix.) --- slides/intro/Dockerfile_Tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/intro/Dockerfile_Tips.md b/slides/intro/Dockerfile_Tips.md index 556108ff..990f23f1 100644 --- a/slides/intro/Dockerfile_Tips.md +++ b/slides/intro/Dockerfile_Tips.md @@ -95,6 +95,6 @@ RUN CMD, EXPOSE ... ``` -* The build fails as soon as an instructions fails +* The build fails as soon as an instruction fails * If `RUN ` fails, the build doesn't produce an image * If it succeeds, it produces a clean image (without test libraries and data)