diff --git a/compose/reference/scale.md b/compose/reference/scale.md index c99a002ec8..0c948720cd 100644 --- a/compose/reference/scale.md +++ b/compose/reference/scale.md @@ -22,4 +22,4 @@ Numbers are specified as arguments in the form `service=num`. For example: [Compose file version 3.x](/compose/compose-file/index.md), you can specify [replicas](/compose/compose-file/index.md#replicas) under the [deploy](/compose/compose-file/index.md#deploy) key as part of a -service configuration for [Swarm mode](/engine/swarm/). The `deploy` key and its sub-options (including `replicas`) only works with the `docker stack deploy` command, not `docker compose up` or `docker-compose run`. +service configuration for [Swarm mode](/engine/swarm/). The `deploy` key and its sub-options (including `replicas`) only works with the `docker stack deploy` command, not `docker-compose up` or `docker-compose run`.