Skip to content

Commit 978ff68

Browse files
Rohan5commitcodex
andauthored
Fix wording in Compose extends docs (#24701)
## Summary Fix wording in the Compose extends documentation by changing `re-use` to `reuse`. ## Related issue N/A ## Guideline alignment Single-file documentation wording fix with no behavior change. ## Validation Not run locally; documentation-only change. Co-authored-by: Codex <codex@openai.com>
1 parent c26f1cb commit 978ff68

File tree

1 file changed

+1
-1
lines changed
  • content/manuals/compose/how-tos/multiple-compose-files

1 file changed

+1
-1
lines changed

content/manuals/compose/how-tos/multiple-compose-files/extends.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
service: webapp
4343
```
4444
45-
This instructs Compose to re-use only the properties of the `webapp` service
45+
This instructs Compose to reuse only the properties of the `webapp` service
4646
defined in the `common-services.yml` file. The `webapp` service itself is not part of the final project.
4747

4848
If `common-services.yml`

0 commit comments

Comments
 (0)