Skip to content

Commit be37958

Browse files
chenhanxiaoArnaud Porterie
authored andcommitted
docs: fix a typo in Dockerfile.5.md
s/Mutliple/Multiple Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
1 parent 7ea8513 commit be37958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/man/Dockerfile.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ or
138138
whitespace.
139139
The ADD instruction copies new files, directories
140140
or remote file URLs to the filesystem of the container at path <dest>.
141-
Mutliple <src> resources may be specified but if they are files or directories
141+
Multiple <src> resources may be specified but if they are files or directories
142142
then they must be relative to the source directory that is being built
143143
(the context of the build). The <dest> is the absolute path, or path relative
144144
to `WORKDIR`, into which the source is copied inside the target container.

0 commit comments

Comments
 (0)