From 7e465d1b09c2eefcee7807e89b0d2757c85f9b58 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 8 Jan 2018 12:33:06 +0100 Subject: [PATCH] Fix repeated "for" in docs/reference/builder.md Signed-off-by: Sebastiaan van Stijn --- docs/reference/builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/builder.md b/docs/reference/builder.md index 217d2eada0..79e773b24a 100644 --- a/docs/reference/builder.md +++ b/docs/reference/builder.md @@ -855,7 +855,7 @@ whitespace) > The `--chown` feature is only supported on Dockerfiles used to build Linux containers, > and will not work on Windows containers. Since user and group ownership concepts do > not translate between Linux and Windows, the use of `/etc/passwd` and `/etc/group` for -> translating user and group names to IDs restricts this feature to only be viable for +> translating user and group names to IDs restricts this feature to only be viable > for Linux OS-based containers. The `ADD` instruction copies new files, directories or remote file URLs from ``