From f0591c701dc5e327ccc5da01f82b0172553c0daa Mon Sep 17 00:00:00 2001 From: Anant Prakash Singh <45196605+anantunderscoresingh@users.noreply.github.com> Date: Thu, 4 May 2023 13:05:25 +0530 Subject: [PATCH] Removed minor grammatical mistake Removed a minor grammatical mistake which was creating confusion when going through the documentation --- build/guide/multi-stage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/guide/multi-stage.md b/build/guide/multi-stage.md index 36a2a516a0..e7d7dd8030 100644 --- a/build/guide/multi-stage.md +++ b/build/guide/multi-stage.md @@ -26,7 +26,7 @@ REPOSITORY TAG IMAGE ID CREATED SIZE buildme latest c021c8a7051f 5 seconds ago 150MB ``` -The program compiles to executable binaries, so you don’t need to Go language +The program compiles to executable binaries, so you don’t need Go language utilities to exist in the final image. ## Add stages