Skip to content

Commit c454cbb

Browse files
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 <rohan.santhoshkumar@googlemail.com>
1 parent c4db0e0 commit c454cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/manuals/compose/intro/features-uses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Using Docker Compose offers several benefits that streamline the development, de
1515

1616
- Efficient collaboration: Shareable YAML files support smooth collaboration between developers and operations, improving workflows and issue resolution, leading to increased overall efficiency.
1717

18-
- 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.
18+
- 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.
1919

2020
- 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.
2121

0 commit comments

Comments
 (0)