Преглед на файлове

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

docs: fix another typo in docker-build man page
James Turnbull преди 10 години
родител
ревизия
0d5a1cbaae
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 .