Explorar o código

Fix the typo in the corresponding Yaml file also

Signed-off-by: Dan Bámíkíyá <[email protected]>
Dan Bámíkíyá %!s(int64=3) %!d(string=hai) anos
pai
achega
336b825fdd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/reference/docker_compose_up.yaml

+ 1 - 1
docs/reference/docker_compose_up.yaml

@@ -5,7 +5,7 @@ long: |-
 
   Unless they are already running, this command also starts any linked services.
 
-  The `docker compose up` command aggregates the output of each container (liked `docker compose logs --follow` does).
+  The `docker compose up` command aggregates the output of each container (like `docker compose logs --follow` does).
   When the command exits, all containers are stopped. Running `docker compose up --detach` starts the containers in the
   background and leaves them running.