Browse code

fix typo

Mike Chelen authored on 2014/06/29 01:26:36
Showing 1 changed files
... ...
@@ -94,7 +94,7 @@ yourself. This naming provides two useful functions:
94 94
    that makes it easier for you to remember them, for example naming a
95 95
    container with a web application in it `web`.
96 96
 
97
-2. It provides Docker with reference point that allows it to refer to other
97
+2. It provides Docker with a reference point that allows it to refer to other
98 98
    containers, for example link container `web` to container `db`.
99 99
 
100 100
 You can name your container by using the `--name` flag, for example: