diff --git a/docs/reference/docker_compose_run.yaml b/docs/reference/docker_compose_run.yaml index 9e6c9a07b..2cf41ad99 100644 --- a/docs/reference/docker_compose_run.yaml +++ b/docs/reference/docker_compose_run.yaml @@ -3,7 +3,7 @@ short: Run a one-off command on a service. long: |- Runs a one-time command against a service. - the following command starts the `web` service and runs `bash` as its command: + The following command starts the `web` service and runs `bash` as its command: ```console $ docker compose run web bash