Browse code

minor spelling fix

Len Weincier authored on 2014/06/11 20:16:53
Showing 1 changed files
... ...
@@ -70,7 +70,7 @@ If instead we wanted to build an Ubuntu 12.04 image we'd use:
70 70
     $ sudo docker run -t -i ubuntu:12.04 /bin/bash
71 71
 
72 72
 If you don't specify a variant, for example you just use `ubuntu`, then Docker
73
-will default to using the `ubunut:latest` image.
73
+will default to using the `ubuntu:latest` image.
74 74
 
75 75
 > **Tip:** 
76 76
 > We recommend you always use a specific tagged image, for example