Make minor grammar corrections (#9471)

This commit is contained in:
Douglas Naphas 2019-09-19 05:50:33 -04:00 committed by Olly P
parent c9c22c1b39
commit 3512d96117
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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