From c191ecf594cd33acbd2866cc2b1ea39ed95d807d Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Sun, 17 Mar 2019 12:46:01 -0400 Subject: [PATCH] Minor syntax fixes --- compose/compose-file/compose-file-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose-file/compose-file-v2.md b/compose/compose-file/compose-file-v2.md index d7902d591d..61438dea21 100644 --- a/compose/compose-file/compose-file-v2.md +++ b/compose/compose-file/compose-file-v2.md @@ -199,7 +199,7 @@ or a list: > **Note**: In your Dockerfile, if you specify `ARG` before the `FROM` instruction, > `ARG` is not available in the build instructions under `FROM`. -> If you need an argument in both places, alsoo specify it under the `FROM` instruction. +> If you need an argument to be available in both places, also specify it under the `FROM` instruction. You can omit the value when specifying a build argument, in which case its value at build time is the value in the environment where Compose is running.