瀏覽代碼

Merge pull request #10373 from chenhanxiao/docker-build-typo

docs: fix a typo in docker-build man page
James Turnbull 10 年之前
父節點
當前提交
b2b284b5cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/man/docker-build.1.md

+ 1 - 1
docs/man/docker-build.1.md

@@ -59,7 +59,7 @@ as context.
 
 # EXAMPLES
 
-## Building an image using a Dockefile located inside the current directory
+## Building an image using a Dockerfile located inside the current directory
 
 Docker images can be built using the build command and a Dockerfile: