From 927b475f67035be6cf18bccc568625e50bb30eb1 Mon Sep 17 00:00:00 2001 From: Achan Sai Pranay Date: Wed, 11 Feb 2026 00:40:30 +0530 Subject: [PATCH] Fix subject-verb agreement in Docker platform description --- content/get-started/docker-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/docker-overview.md b/content/get-started/docker-overview.md index 0995144635a0..fe8b9cbb3178 100644 --- a/content/get-started/docker-overview.md +++ b/content/get-started/docker-overview.md @@ -26,7 +26,7 @@ significantly reduce the delay between writing code and running it in production ## The Docker platform Docker provides the ability to package and run an application in a loosely isolated -environment called a container. The isolation and security lets you run many +environment called a container. The isolation and security let you run many containers simultaneously on a given host. Containers are lightweight and contain everything needed to run the application, so you don't need to rely on what's installed on the host. You can share containers while you work,