From 8d9d5259e0116de37abfeab05282d4067ae3b787 Mon Sep 17 00:00:00 2001 From: Rashmi Vagha Date: Fri, 28 Nov 2025 19:28:52 -0500 Subject: [PATCH] Fix grammar: change 'adopted' to 'adopt' in Docker Swarm note Signed-off-by: Rashmi Vagha --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45f900d3d..791720f35 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Once you have a Compose file, you can create and start your application with a single command: `docker compose up`. > **Note**: About Docker Swarm -> Docker Swarm used to rely on the legacy compose file format but did not adopted the compose specification +> Docker Swarm used to rely on the legacy compose file format but did not adopt the compose specification > so is missing some of the recent enhancements in the compose syntax. After > [acquisition by Mirantis](https://www.mirantis.com/software/swarm/) swarm isn't maintained by Docker Inc, and > as such some Docker Compose features aren't accessible to swarm users.