Álvaro Lázaro 11 年之前
父節點
當前提交
52e88d92f0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/reference/builder.md

+ 1 - 1
docs/sources/reference/builder.md

@@ -216,7 +216,7 @@ from the resulting image. You can view the values using `docker inspect`, and
 change them using `docker run --env <key>=<value>`.
 change them using `docker run --env <key>=<value>`.
 
 
 > **Note**:
 > **Note**:
-> One example where this can cause unexpected consequenses, is setting
+> One example where this can cause unexpected consequences, is setting
 > `ENV DEBIAN_FRONTEND noninteractive`. Which will persist when the container
 > `ENV DEBIAN_FRONTEND noninteractive`. Which will persist when the container
 > is run interactively; for example: `docker run -t -i image bash`
 > is run interactively; for example: `docker run -t -i image bash`