Fix capitalization error in sentence by adding an uppercase letter at the beginning.

This commit is contained in:
aroramrinaal 2023-06-15 17:01:30 -07:00
parent 3e92a34097
commit f5b603d84f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ short: Run a one-off command on a service.
long: |- long: |-
Runs a one-time command against 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 ```console
$ docker compose run web bash $ docker compose run web bash