From 1be3326da7b72671477ec64b3e6b39b4ffdbbdef Mon Sep 17 00:00:00 2001 From: joshuaswanson Date: Thu, 12 Mar 2026 13:41:25 +0100 Subject: [PATCH] Fix typo in dockerswarm guide Signed-off-by: joshuaswanson --- docs/guides/dockerswarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/dockerswarm.md b/docs/guides/dockerswarm.md index 23bbc016a..ffdb9e631 100644 --- a/docs/guides/dockerswarm.md +++ b/docs/guides/dockerswarm.md @@ -141,7 +141,7 @@ Let's analyze each part of the [relabel configuration][rela]. ``` Docker Swarm exposes the desired [state of the tasks][state] over the API. In -out example, we only **keep** the targets that should be running. It prevents +our example, we only **keep** the targets that should be running. It prevents monitoring tasks that should be shut down. ```yaml