Browse Source

Fix whitespace error.

Signed-off-by: Andrew McDonnell <bugs@andrewmcdonnell.net>
Andrew McDonnell 8 năm trước cách đây
mục cha
commit
296c803d32
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      man/src/image/ls.md

+ 1 - 1
man/src/image/ls.md

@@ -48,7 +48,7 @@ IMAGE ID, CREATED, and SIZE.
 
 The `docker image ls` command takes an optional `[REPOSITORY[:TAG]]` argument
 that restricts the list to images that match the argument. If you specify
-`REPOSITORY`but no `TAG`, the `docker image ls` command lists all images in the
+`REPOSITORY` but no `TAG`, the `docker image ls` command lists all images in the
 given repository.
 
     docker image ls java