Browse Source

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

docs: fix a typo in docker-build man page
James Turnbull 10 years ago
parent
commit
b2b284b5cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/man/docker-build.1.md

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

@@ -59,7 +59,7 @@ as context.
 
 
 # EXAMPLES
 # 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:
 Docker images can be built using the build command and a Dockerfile: