Skip to content

Commit 83671db

Browse files
aroramrinaalndeloof
authored andcommitted
Fix capitalization error in sentence by adding an uppercase letter at beginning
Signed-off-by: aroramrinaal <[email protected]>
1 parent 1a41678 commit 83671db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/compose_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Run a one-off command on a service.
3636

3737
Runs a one-time command against a service.
3838

39-
the following command starts the `web` service and runs `bash` as its command:
39+
The following command starts the `web` service and runs `bash` as its command:
4040

4141
```console
4242
$ docker compose run web bash

0 commit comments

Comments
 (0)