From 83671db3ddfaa73410996f9fd9302f25288c7f47 Mon Sep 17 00:00:00 2001 From: aroramrinaal Date: Sun, 18 Jun 2023 22:55:23 -0700 Subject: [PATCH] Fix capitalization error in sentence by adding an uppercase letter at beginning Signed-off-by: aroramrinaal --- docs/reference/compose_run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/compose_run.md b/docs/reference/compose_run.md index 718e043c3..3eea660e5 100644 --- a/docs/reference/compose_run.md +++ b/docs/reference/compose_run.md @@ -36,7 +36,7 @@ Run a one-off command on a service. 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