From 39d3def5a5cdff3a5286a994b06d9921d1e4e65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henr=C3=A9=20Botha?= Date: Mon, 5 Jan 2026 12:06:33 +0100 Subject: [PATCH] Fix typo (#23887) ## Description Tiny grammar fix. --- content/includes/compose/configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/includes/compose/configs.md b/content/includes/compose/configs.md index 639b679661..93711909b2 100644 --- a/content/includes/compose/configs.md +++ b/content/includes/compose/configs.md @@ -1 +1 @@ -Configs let services to adapt their behaviour without the need to rebuild a Docker image. As with volumes, configs are mounted as files into a container's filesystem. The location of the mount point within the container defaults to `/` in Linux containers and `C:\` in Windows containers. +Configs let services adapt their behaviour without the need to rebuild a Docker image. As with volumes, configs are mounted as files into a container's filesystem. The location of the mount point within the container defaults to `/` in Linux containers and `C:\` in Windows containers.