浏览代码

Merge pull request #10635 from chenhanxiao/docs-Dockerfile-typo

docs: fix a typo in Dockerfile.5.md
Sven Dowideit 10 年之前
父节点
当前提交
a1eb2bebb8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/man/Dockerfile.5.md

+ 1 - 1
docs/man/Dockerfile.5.md

@@ -138,7 +138,7 @@ or
  whitespace.
  The ADD instruction copies new files, directories
  or remote file URLs to the filesystem of the container at path <dest>.
- Mutliple <src> resources may be specified but if they are files or directories
+ Multiple <src> resources may be specified but if they are files or directories
  then they must be relative to the source directory that is being built
  (the context of the build). The <dest> is the absolute path, or path relative
  to `WORKDIR`, into which the source is copied inside the target container.