Update compose-application-model.md (#20632)

Typo fix
This commit is contained in:
Jeffrey Arts 2024-08-19 09:19:49 +02:00 committed by GitHub
parent 2a31bb8da6
commit 3d5b40fc20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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