From 3e7bd5d26fa456a40fa24f4ccc61bd0ab261f85b Mon Sep 17 00:00:00 2001 From: Magnus Klingenberg Date: Fri, 26 Jan 2018 03:00:00 +0100 Subject: [PATCH] Fix typo in build.md (#5821) --- compose/reference/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/reference/build.md b/compose/reference/build.md index 7ee88b2755..8f2a560059 100644 --- a/compose/reference/build.md +++ b/compose/reference/build.md @@ -13,7 +13,7 @@ Options: --force-rm Always remove intermediate containers. --no-cache Do not use cache when building the image. --pull Always attempt to pull a newer version of the image. - -m, --memory MEM Sets memory limit for the bulid container. + -m, --memory MEM Sets memory limit for the build container. --build-arg key=val Set build-time variables for one service. ```