From d9f17025c40a8829b1a869d12fa78e8f88c93e8d Mon Sep 17 00:00:00 2001 From: Ivan Grund Date: Wed, 14 Jul 2021 22:15:46 +0200 Subject: [PATCH] Fix typo in documentation - build.md Signed-off-by: Ivan Grund --- docs/reference/commandline/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/build.md b/docs/reference/commandline/build.md index c4c36a2b6a..ee56a94171 100644 --- a/docs/reference/commandline/build.md +++ b/docs/reference/commandline/build.md @@ -666,7 +666,7 @@ The `--squash` option has a number of known limitations: base image is still supported. - When using this option you may see significantly more space used due to storing two copies of the image, one for the build cache with all the cache - layers in tact, and one for the squashed version. + layers intact, and one for the squashed version. - While squashing layers may produce smaller images, it may have a negative impact on performance, as a single layer takes longer to extract, and downloading a single layer cannot be parallelized.