From 18a85dcd9a84b663ece5b3973fb2a4e7c8149571 Mon Sep 17 00:00:00 2001 From: pokir <80112484+pokir@users.noreply.github.com> Date: Mon, 27 Jun 2022 21:31:10 +0300 Subject: [PATCH] Fix spelling --- compose/compose-file/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/compose-file/build.md b/compose/compose-file/build.md index 096245730f..b57bc76d48 100644 --- a/compose/compose-file/build.md +++ b/compose/compose-file/build.md @@ -99,7 +99,7 @@ Alternatively `build` can be an object with fields defined as follow When the value supplied is a relative path, it MUST be interpreted as relative to the location of the Compose file. Compose implementations MUST warn user about absolute path used to define build context as those prevent Compose file -for being portable. +from being portable. ```yml build: @@ -110,7 +110,7 @@ build: `dockerfile` allows to set an alternate Dockerfile. A relative path MUST be resolved from the build context. Compose implementations MUST warn user about absolute path used to define Dockerfile as those prevent Compose file -for being portable. +from being portable. ```yml build: