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