From 3d5b40fc20d46fe0919cffee4377c5b39fa84e38 Mon Sep 17 00:00:00 2001 From: Jeffrey Arts Date: Mon, 19 Aug 2024 09:19:49 +0200 Subject: [PATCH] Update compose-application-model.md (#20632) Typo fix --- content/compose/compose-application-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/compose/compose-application-model.md b/content/compose/compose-application-model.md index 3bb26a27c6..988e4e41c9 100644 --- a/content/compose/compose-application-model.md +++ b/content/compose/compose-application-model.md @@ -53,7 +53,7 @@ If you want to reuse other Compose files, or factor out parts of your applicatio ## CLI -The Docker CLI lets you to interact with your Docker Compose applications through the `docker compose` command, and its subcommands. Using the CLI, you can manage the lifecycle of your multi-container applications defined in the `compose.yaml` file. The CLI commands enable you to start, stop, and configure your applications effortlessly. +The Docker CLI lets you interact with your Docker Compose applications through the `docker compose` command, and its subcommands. Using the CLI, you can manage the lifecycle of your multi-container applications defined in the `compose.yaml` file. The CLI commands enable you to start, stop, and configure your applications effortlessly. ### Key commands