Skip to content

Commit 16cccc3

Browse files
authored
Merge pull request #792 from thaJeztah/fix-builder-typo
Fix repeated "for" in docs/reference/builder.md
2 parents 6764ce9 + 7e465d1 commit 16cccc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ whitespace)
855855
> The `--chown` feature is only supported on Dockerfiles used to build Linux containers,
856856
> and will not work on Windows containers. Since user and group ownership concepts do
857857
> not translate between Linux and Windows, the use of `/etc/passwd` and `/etc/group` for
858-
> translating user and group names to IDs restricts this feature to only be viable for
858+
> translating user and group names to IDs restricts this feature to only be viable
859859
> for Linux OS-based containers.
860860
861861
The `ADD` instruction copies new files, directories or remote file URLs from `<src>`

0 commit comments

Comments
 (0)