From c454cbb95edfb65b6053b288f277ae6c82c54bb4 Mon Sep 17 00:00:00 2001 From: Rohan Santhosh Kumar <181558744+Rohan5commit@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:35:10 +0800 Subject: [PATCH] docs: update Compose reuse wording (#24513) ## Description - Update the Compose features page to use `reuse`/`Reusing` instead of the hyphenated forms. ## Related issues or tickets - N/A (trivial docs wording fix) ## Reviews - [ ] Technical review - [x] Editorial review - [ ] Product review ## Guideline alignment - Reviewed `CONTRIBUTING.md` and the PR template before editing. - Kept the diff to one documentation file with no behavior changes. ## Validation - Not run (docs-only wording change). --------- Co-authored-by: rohan436 --- content/manuals/compose/intro/features-uses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/compose/intro/features-uses.md b/content/manuals/compose/intro/features-uses.md index 23343b3a05..0860ff4296 100644 --- a/content/manuals/compose/intro/features-uses.md +++ b/content/manuals/compose/intro/features-uses.md @@ -15,7 +15,7 @@ Using Docker Compose offers several benefits that streamline the development, de - Efficient collaboration: Shareable YAML files support smooth collaboration between developers and operations, improving workflows and issue resolution, leading to increased overall efficiency. -- Rapid application development: Compose caches the configuration used to create a container. When you restart a service that has not changed, Compose re-uses the existing containers. Re-using containers means that you can make changes to your environment very quickly. +- Rapid application development: Compose caches the configuration used to create a container. When you restart a service that has not changed, Compose reuses the existing containers. Reusing containers means that you can make changes to your environment quickly. - Portability across environments: Compose supports variables in the Compose file. You can use these variables to customize your composition for different environments, or different users.