From 3512d961177870339afba3b74c0b39b41af4679a Mon Sep 17 00:00:00 2001 From: Douglas Naphas Date: Thu, 19 Sep 2019 05:50:33 -0400 Subject: [PATCH] Make minor grammar corrections (#9471) --- CONTRIBUTING.md | 2 +- compose/reference/overview.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89d5f282ea..e3bda7862a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ you give it a try! ### Overall doc improvements -Most commits will be made against the `master` branch. This include: +Most commits will be made against the `master` branch. This includes: - Conceptual and task-based information not specific to new features - Restructuring / rewriting diff --git a/compose/reference/overview.md b/compose/reference/overview.md index 160082ad1d..ff2a401c51 100644 --- a/compose/reference/overview.md +++ b/compose/reference/overview.md @@ -129,10 +129,10 @@ in addition to the values in the `docker-compose.yml` file. ### Specifying a path to a single Compose file -You can use `-f` flag to specify a path to Compose file that is not located in -the current directory, either from the command line or by setting up a -[COMPOSE_FILE environment variable](envvars.md#compose_file) in your shell or in -an environment file. +You can use the `-f` flag to specify a path to a Compose file that is not +located in the current directory, either from the command line or by setting up +a [COMPOSE_FILE environment variable](envvars.md#compose_file) in your shell or +in an environment file. For an example of using the `-f` option at the command line, suppose you are running the [Compose Rails sample](/compose/rails/), and