Merge pull request #17555 from aroramrinaal/my-doc-contribution

Fix capitalization error in sentence by adding an uppercase letter at…
This commit is contained in:
David Karlsson 2023-06-20 10:21:30 +02:00 committed by GitHub
commit ad2ec3ccf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: |-
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