Explorar o código

Merge pull request #10502 from chenhanxiao/docker-build-man

docs: fix another typo in docker-build man page
James Turnbull %!s(int64=10) %!d(string=hai) anos
pai
achega
0d5a1cbaae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/man/docker-build.1.md

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

@@ -91,7 +91,7 @@ no hard rules here but it is best to give the names consideration.
 
 The **-t**/**--tag** flag is used to rename an image. Here are some examples:
 
-Though it is not a good practice, image names can be arbtrary:
+Though it is not a good practice, image names can be arbitrary:
 
     docker build -t myimage .