diff --git a/content/get-started/docker-concepts/building-images/multi-stage-builds.md b/content/get-started/docker-concepts/building-images/multi-stage-builds.md index 0de903ee20..c6336879c2 100644 --- a/content/get-started/docker-concepts/building-images/multi-stage-builds.md +++ b/content/get-started/docker-concepts/building-images/multi-stage-builds.md @@ -325,9 +325,7 @@ Now that you have the project, you’re ready to create the `Dockerfile`. Your final image is just 428 MB, compared to the original build size of 880 MB. - By optimizing each stage and only including what's necessary, you were able to significantly reduce the - overall image size while still achieving the same functionality. This not only improves performance but - also makes your Docker images more lightweight, more secure, and easier to manage. + By optimizing each stage and only including what's necessary, you were able to significantly reduce the overall image size while still achieving the same functionality. This not only improves performance but also makes your Docker images more lightweight, more secure, and easier to manage. ## Additional resources