From a211e81b92f330e6fdd43978fd022c59641c3e10 Mon Sep 17 00:00:00 2001 From: Kahfi Elhady Date: Wed, 11 Mar 2026 11:55:03 +0000 Subject: [PATCH] fix typo in dockerswarm guide --- 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