From 4d6d79b4d448d2d6e47b70a4904ecd9e224c6665 Mon Sep 17 00:00:00 2001 From: mristok Date: Wed, 13 May 2020 10:43:36 -0500 Subject: [PATCH] fix misspelling in overview.md fix two misspellings in overview.md: technnology -> technology standardisation -> standardization --- content/en/docs/concepts/containers/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/containers/overview.md b/content/en/docs/concepts/containers/overview.md index 968ba7104a..49162710d7 100644 --- a/content/en/docs/concepts/containers/overview.md +++ b/content/en/docs/concepts/containers/overview.md @@ -9,9 +9,9 @@ weight: 1 {{% capture overview %}} -Containers are a technnology for packaging the (compiled) code for an +Containers are a technology for packaging the (compiled) code for an application along with the dependencies it needs at run time. Each -container that you run is repeatable; the standardisation from having +container that you run is repeatable; the standardization from having dependencies included means that you get the same behavior wherever you run it.