Skip to content

Commit 88db8a3

Browse files
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.
1 parent 334b8f3 commit 88db8a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/get-started/docker-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ significantly reduce the delay between writing code and running it in production
2626
## The Docker platform
2727

2828
Docker provides the ability to package and run an application in a loosely isolated
29-
environment called a container. The isolation and security lets you run many
29+
environment called a container. The isolation and security let you run many
3030
containers simultaneously on a given host. Containers are lightweight and contain
3131
everything needed to run the application, so you don't need to rely on what's
3232
installed on the host. You can share containers while you work,

0 commit comments

Comments
 (0)