From c9dd1e014674f8215367536bac3a934c7e53dca6 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 13 Apr 2026 10:08:58 +0800 Subject: [PATCH] docs: fix Compose extends wording --- .../manuals/compose/how-tos/multiple-compose-files/extends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/compose/how-tos/multiple-compose-files/extends.md b/content/manuals/compose/how-tos/multiple-compose-files/extends.md index 41407eb2b24a..ac8001af9a67 100644 --- a/content/manuals/compose/how-tos/multiple-compose-files/extends.md +++ b/content/manuals/compose/how-tos/multiple-compose-files/extends.md @@ -42,7 +42,7 @@ services: service: webapp ``` -This instructs Compose to re-use only the properties of the `webapp` service +This instructs Compose to reuse only the properties of the `webapp` service defined in the `common-services.yml` file. The `webapp` service itself is not part of the final project. If `common-services.yml`