From f89bbe13ed4ac99368512563305ca40e03ec5d60 Mon Sep 17 00:00:00 2001 From: David Florness Date: Thu, 2 Jul 2020 02:33:54 -0600 Subject: [PATCH] Fix grammar (#11072) --- compose/compose-file/compose-file-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose-file/compose-file-v2.md b/compose/compose-file/compose-file-v2.md index 66369e6f24..fb19ad4272 100644 --- a/compose/compose-file/compose-file-v2.md +++ b/compose/compose-file/compose-file-v2.md @@ -714,7 +714,7 @@ extends: service: webapp ``` -The `service` the name of the service being extended, for example +The `service` is the name of the service being extended, for example `web` or `database`. The `file` is the location of a Compose configuration file defining that service.