From 88db8a35ad90f096c3bed808fad90192b6144c78 Mon Sep 17 00:00:00 2001 From: Achan Sai Pranay Date: Wed, 11 Feb 2026 15:40:49 +0530 Subject: [PATCH] Docs: fix subject-verb agreement in Docker platform overview (#24127) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This pull request fixes a minor subject–verb agreement issue in the Docker platform overview documentation to improve grammatical clarity and readability. --- 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 0995144635..fe8b9cbb31 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,