瀏覽代碼

minor spelling fix

Len Weincier 11 年之前
父節點
當前提交
db00e224c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/userguide/dockerimages.md

+ 1 - 1
docs/sources/userguide/dockerimages.md

@@ -70,7 +70,7 @@ If instead we wanted to build an Ubuntu 12.04 image we'd use:
     $ sudo docker run -t -i ubuntu:12.04 /bin/bash
 
 If you don't specify a variant, for example you just use `ubuntu`, then Docker
-will default to using the `ubunut:latest` image.
+will default to using the `ubuntu:latest` image.
 
 > **Tip:** 
 > We recommend you always use a specific tagged image, for example