Skip to content

Commit 92d07a0

Browse files
authored
Merge pull request #21445 from AJDempsey/patch-1
Update keep context small bullet point in optimize.md
2 parents 1dd7371 + 9068f97 commit 92d07a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/cache/optimize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ the build process:
1919
invalidation.
2020
- [Keep the context small](#keep-the-context-small): The context is the set of
2121
files and directories that are sent to the builder to process a build
22-
instruction. Keeping the context as small reduces the amount of data that
22+
instruction. Keeping the context as small as possible reduces the amount of data that
2323
needs to be sent to the builder, and reduces the likelihood of cache
2424
invalidation.
2525
- [Use bind mounts](#use-bind-mounts): Bind mounts let you mount a file or

0 commit comments

Comments
 (0)