Docs: fix subject-verb agreement in Docker platform overview (#24127)

This pull request fixes a minor subject–verb agreement issue in the
Docker platform overview documentation to improve grammatical clarity
and readability.
This commit is contained in:
Achan Sai Pranay
2026-02-11 15:40:49 +05:30
committed by GitHub
parent 334b8f3def
commit 88db8a35ad

View File

@@ -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,