From 7e9a8ec5ed90ef58a3999993b7204e3fe8ae0d44 Mon Sep 17 00:00:00 2001 From: rohan436 Date: Sun, 22 Mar 2026 14:54:11 +0800 Subject: [PATCH] docs: fix compose fragments wording --- content/includes/compose/fragments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/includes/compose/fragments.md b/content/includes/compose/fragments.md index b4f56ed6db..c6e8e5b030 100644 --- a/content/includes/compose/fragments.md +++ b/content/includes/compose/fragments.md @@ -1 +1 @@ -With Compose, you can use built-in [YAML](https://www.yaml.org/spec/1.2/spec.html#id2765878) features to make your Compose file neater and more efficient. Anchors and aliases let you create re-usable blocks. This is useful if you start to find common configurations that span multiple services. Having re-usable blocks minimizes potential mistakes. +With Compose, you can use built-in [YAML](https://www.yaml.org/spec/1.2/spec.html#id2765878) features to make your Compose file neater and more efficient. Anchors and aliases let you create reusable blocks. This is useful if you start to find common configurations that span multiple services. Having reusable blocks minimizes potential mistakes.