Skip to content

Commit 58a4df6

Browse files
authored
fix
1 parent 6796e47 commit 58a4df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/building/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ resources, and a protocol for parsing branches, tags, and subdirectories from
616616
> `ADD` redownloads the file (or uses a HEAD request with [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag)s
617617
> if the remote server supports it) every time the image is built to verify the checksum
618618
> and monitor changes to bust the cache whereas the `RUN curl` equivalent only busts
619-
> the cache and redownloads the file when the process arguments changes
619+
> the cache and redownloads the file when the process arguments change
620620
> (e.g. the URL in the curl command is changed).
621621
> This may be significant if the file to be downloaded is large.
622622

0 commit comments

Comments
 (0)