Skip to content

Commit 7eb3840

Browse files
authored
docs: fix typo and tweak formatting
Signed-off-by: Salim B <[email protected]>
1 parent 28264b4 commit 7eb3840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/dockerfile/docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ not translate between Linux and Windows, the use of `/etc/passwd` and `/etc/grou
15201520
translating user and group names to IDs restricts this feature to only be viable for
15211521
Linux OS-based containers.
15221522

1523-
All files and directories copied from the build context are created with a UID and GID of 0.unless the
1523+
All files and directories copied from the build context are created with a UID and GID of `0` unless the
15241524
optional `--chown` flag specifies a given username, groupname, or UID/GID
15251525
combination to request specific ownership of the copied content. The
15261526
format of the `--chown` flag allows for either username and groupname strings

0 commit comments

Comments
 (0)