Skip to content

Commit 10ca031

Browse files
authored
Merge pull request docker#9164 from danBamikiya/compose-up-typo-fix
Fix typo in `reference/compose_up.md`
2 parents 598b59f + 336b825 commit 10ca031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/compose_up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Builds, (re)creates, starts, and attaches to containers for a service.
55

66
Unless they are already running, this command also starts any linked services.
77

8-
The `docker compose up` command aggregates the output of each container (liked `docker compose logs --follow` does).
8+
The `docker compose up` command aggregates the output of each container (like `docker compose logs --follow` does).
99
When the command exits, all containers are stopped. Running `docker compose up --detach` starts the containers in the
1010
background and leaves them running.
1111

docs/reference/docker_compose_up.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ long: |-
55
66
Unless they are already running, this command also starts any linked services.
77
8-
The `docker compose up` command aggregates the output of each container (liked `docker compose logs --follow` does).
8+
The `docker compose up` command aggregates the output of each container (like `docker compose logs --follow` does).
99
When the command exits, all containers are stopped. Running `docker compose up --detach` starts the containers in the
1010
background and leaves them running.
1111

0 commit comments

Comments
 (0)