From 1f083cc39215094f9990c97ee9d165175626338a Mon Sep 17 00:00:00 2001 From: Lucas Fernando Cardoso Nunes Date: Sun, 4 Feb 2024 08:29:43 -0300 Subject: [PATCH] fix: typo Signed-off-by: Lucas Fernando Cardoso Nunes --- content/compose/compose-file/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/compose/compose-file/_index.md b/content/compose/compose-file/_index.md index 13e0478c97a9..909759b35743 100644 --- a/content/compose/compose-file/_index.md +++ b/content/compose/compose-file/_index.md @@ -46,7 +46,7 @@ The Compose Specification is the latest and recommended version of the Compose f Legacy versions 2.x and 3.x of the Compose file format were merged into the Compose Specification. It is implemented in versions 1.27.0 and above (also known as Compose V2) of the Docker Compose CLI. -The Compose Specification on Docker Docs is the Docker Compose implementation. If you wish to implement your own version of the Compose Specification, see the [Compose Specication repository](https://github.com/compose-spec/compose-spec). +The Compose Specification on Docker Docs is the Docker Compose implementation. If you wish to implement your own version of the Compose Specification, see the [Compose Specification repository](https://github.com/compose-spec/compose-spec). > **Note** >