Browse code

Fix typo

Álvaro Lázaro authored on 2014/06/13 22:53:42
Showing 1 changed files
... ...
@@ -216,7 +216,7 @@ from the resulting image. You can view the values using `docker inspect`, and
216 216
 change them using `docker run --env <key>=<value>`.
217 217
 
218 218
 > **Note**:
219
-> One example where this can cause unexpected consequenses, is setting
219
+> One example where this can cause unexpected consequences, is setting
220 220
 > `ENV DEBIAN_FRONTEND noninteractive`. Which will persist when the container
221 221
 > is run interactively; for example: `docker run -t -i image bash`
222 222