From 04e1f2dffc6ab2a450c014ce25968efcaa3ebbec Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Thu, 4 Feb 2021 15:14:23 +0000 Subject: [PATCH] Fix typo --- get-started/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/overview.md b/get-started/overview.md index e68bd95a69..76764c898d 100644 --- a/get-started/overview.md +++ b/get-started/overview.md @@ -24,7 +24,7 @@ environment called a container. The isolation and security allow you to run many containers simultaneously on a given host. Containers are lightweight and contain everything needed to run the application, so you do not need to rely on what is currently installed on the host. You can easily share containers while you work, -and be sire that everyone you share with gets the same container that works in the +and be sure that everyone you share with gets the same container that works in the same way. Docker provides tooling and a platform to manage the lifecycle of your containers: