mirror of https://github.com/docker/docs.git
Replace 'less' with 'fewer'
This commit is contained in:
parent
26499eb90a
commit
5b149572f7
|
|
@ -86,7 +86,7 @@ Depending on what you typed on the command line so far, it completes:
|
||||||
- service names that make sense in a given context, such as services with running or stopped instances or services based on images vs. services based on Dockerfiles. For `docker-compose scale`, completed service names automatically have "=" appended.
|
- service names that make sense in a given context, such as services with running or stopped instances or services based on images vs. services based on Dockerfiles. For `docker-compose scale`, completed service names automatically have "=" appended.
|
||||||
- arguments for selected options. For example, `docker-compose kill -s` completes some signals like SIGHUP and SIGUSR1.
|
- arguments for selected options. For example, `docker-compose kill -s` completes some signals like SIGHUP and SIGUSR1.
|
||||||
|
|
||||||
Enjoy working with Compose faster and with less typos!
|
Enjoy working with Compose faster and with fewer typos!
|
||||||
|
|
||||||
## Compose documentation
|
## Compose documentation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue