From be379580d01cd11f6028073e87d9b3910b02a32e Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Sat, 7 Feb 2015 17:09:20 +0800 Subject: [PATCH] docs: fix a typo in Dockerfile.5.md s/Mutliple/Multiple Signed-off-by: Chen Hanxiao --- docs/man/Dockerfile.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/Dockerfile.5.md b/docs/man/Dockerfile.5.md index 20fbf8ac3..dd1d8b2ce 100644 --- a/docs/man/Dockerfile.5.md +++ b/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 . - Mutliple resources may be specified but if they are files or directories + Multiple 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 is the absolute path, or path relative to `WORKDIR`, into which the source is copied inside the target container.