From 98a838c3c502951ffcc8afd72549c8e84423b255 Mon Sep 17 00:00:00 2001 From: Rahul Kumaresan Date: Sun, 19 Apr 2020 13:52:03 +0530 Subject: [PATCH] correct intent in 'Layer Caching' description --- docs/tutorial/image-building-best-practices/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/image-building-best-practices/index.md b/docs/tutorial/image-building-best-practices/index.md index 73ee2ab..65f1360 100644 --- a/docs/tutorial/image-building-best-practices/index.md +++ b/docs/tutorial/image-building-best-practices/index.md @@ -44,7 +44,7 @@ command, you can see the command that was used to create each layer within an im ## Layer Caching -Now that you've seen the layering in action, there's an important lesson to learn to help increase build +Now that you've seen the layering in action, there's an important lesson to learn to help decrease build times for your container images. > Once a layer changes, all downstream layers have to be recreated as well