From e79848f9e1a2a8f5d2daf0704f1cd0b2bd501bc5 Mon Sep 17 00:00:00 2001 From: Sarat Chandra Balla Date: Sat, 27 Jun 2020 00:54:01 +0530 Subject: [PATCH] fix typo --- content/en/docs/concepts/containers/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/images.md b/content/en/docs/concepts/containers/images.md index 402bc98bf2..f7dfe50a95 100644 --- a/content/en/docs/concepts/containers/images.md +++ b/content/en/docs/concepts/containers/images.md @@ -10,7 +10,7 @@ weight: 10 A container image represents binary data that encapsulates an application and all its -software depencies. Container images are executable software bundles that can run +software dependencies. Container images are executable software bundles that can run standalone and that make very well defined assumptions about their runtime environment. You typically create a container image of your application and push it to a registry