From 3906a7a67cb84949f36b7259967f685b43640ee5 Mon Sep 17 00:00:00 2001 From: aroramrinaal Date: Sun, 25 Jun 2023 21:02:19 -0700 Subject: [PATCH] Updated documentation files for my contribution Ran 'make docs' to generate updated doc files from the reference. Signed-off-by: aroramrinaal --- docs/reference/docker_compose_run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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