From 5b149572f790ae472f83483c0e699c253eced665 Mon Sep 17 00:00:00 2001 From: Anthony Rosequist Date: Mon, 14 May 2018 15:39:52 -0500 Subject: [PATCH] Replace 'less' with 'fewer' --- compose/completion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/completion.md b/compose/completion.md index 91b3f56750..9765cfd2bb 100644 --- a/compose/completion.md +++ b/compose/completion.md @@ -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. - 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