From bf55244c2ab8ce8cfa8c84494976b9bacf6d2390 Mon Sep 17 00:00:00 2001 From: user135711 <31940582+user135711@users.noreply.github.com> Date: Wed, 6 Jun 2018 09:32:10 -0700 Subject: [PATCH] typo --- docs/core/docker/building-net-docker-images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/docker/building-net-docker-images.md b/docs/core/docker/building-net-docker-images.md index e1bcc118fdff7..0b17ee90d3d5d 100644 --- a/docs/core/docker/building-net-docker-images.md +++ b/docs/core/docker/building-net-docker-images.md @@ -42,7 +42,7 @@ When developing, building, and running containerized applications, we have diffe * .js and .css files -The reason to include the `dotnet publish` command output in your production image is to keep its' size to a minimum. +The reason to include the `dotnet publish` command output in your production image is to keep its size to a minimum. Some .NET Core images share layers between different tags so downloading the latest tag is a relatively lightweight process. If you already have an older version on your machine, this architecture decreases the needed disk space.