Browse Source

Fix grammar: change 'adopted' to 'adopt' in Docker Swarm note

Signed-off-by: Rashmi Vagha <[email protected]>
Rashmi Vagha 4 tuần trước cách đây
mục cha
commit
8d9d5259e0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
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`.
 single command: `docker compose up`.
 
 
 > **Note**: About Docker Swarm
 > **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 
 > 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
 > [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.
 > as such some Docker Compose features aren't accessible to swarm users.