فهرست منبع

Updated documentation files for my contribution

Ran 'make docs' to generate updated doc files from the reference.

Signed-off-by: aroramrinaal <[email protected]>
aroramrinaal 2 سال پیش
والد
کامیت
3906a7a67c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/reference/docker_compose_run.yaml

+ 1 - 1
docs/reference/docker_compose_run.yaml

@@ -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