From db4749c56aefcc734449eecef07ff5aea3b86243 Mon Sep 17 00:00:00 2001 From: K-Sato <32632542+K-Sato1995@users.noreply.github.com> Date: Wed, 8 May 2019 10:01:13 +0900 Subject: [PATCH] Fixed a sentence (#8728) * Fixed a sentence * Minor edit --- compose/extends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/extends.md b/compose/extends.md index 4a253012b6..0af8391a61 100644 --- a/compose/extends.md +++ b/compose/extends.md @@ -44,7 +44,7 @@ relative to the base file. ### Example use case -In this section are two common use cases for multiple compose files: changing a +In this section, there are two common use cases for multiple Compose files: changing a Compose app for different environments, and running administrative tasks against a Compose app.