Explorar o código

Merge pull request #6351 from lenw/patch-1

minor spelling fix
James Turnbull %!s(int64=11) %!d(string=hai) anos
pai
achega
96c03d6d92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     $ 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
 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:** 
 > **Tip:** 
 > We recommend you always use a specific tagged image, for example
 > We recommend you always use a specific tagged image, for example