From 53258d24d3a8561239ac2cf540e64c6747f9e9e5 Mon Sep 17 00:00:00 2001 From: wuyangfan <1102042793@qq.com> Date: Sun, 17 May 2026 19:38:08 +0800 Subject: [PATCH] docs: use verb phrase set up in Docker Swarm guide Fixes #2878 --- 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 ffdb9e631..97313bf4f 100644 --- a/docs/guides/dockerswarm.md +++ b/docs/guides/dockerswarm.md @@ -29,7 +29,7 @@ NOTE: The rest of this post assumes that you have a Swarm running. ## Setting up Prometheus -For this guide, you need to [setup Prometheus][setup]. We will assume that +For this guide, you need to [set up Prometheus][setup]. We will assume that Prometheus runs on a Docker Swarm manager node and has access to the Docker socket at `/var/run/docker.sock`.