瀏覽代碼

Fix minor grammar mistake.

Signed-off-by: Ian Lee <IanLee1521@gmail.com>
Ian Lee 9 年之前
父節點
當前提交
ad7696a787
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/articles/dockerfile_best-practices.md

+ 1 - 1
docs/articles/dockerfile_best-practices.md

@@ -112,7 +112,7 @@ these checksums. During the cache lookup, the checksum is compared against the
 checksum in the existing images. If anything has changed in the file(s), such
 checksum in the existing images. If anything has changed in the file(s), such
 as the contents and metadata, then the cache is invalidated.
 as the contents and metadata, then the cache is invalidated.
 
 
-* Aside from the `ADD` and `COPY` commands cache checking will not look at the
+* Aside from the `ADD` and `COPY` commands, cache checking will not look at the
 files in the container to determine a cache match. For example, when processing
 files in the container to determine a cache match. For example, when processing
 a `RUN apt-get -y update` command the files updated in the container
 a `RUN apt-get -y update` command the files updated in the container
 will not be examined to determine if a cache hit exists.  In that case just
 will not be examined to determine if a cache hit exists.  In that case just