From a0cb5a75b6b8a063ef730ca5285d73401f488014 Mon Sep 17 00:00:00 2001 From: Veck Hsiao Date: Mon, 3 Mar 2025 17:29:22 +0800 Subject: [PATCH] Fixed typo in swarm-mode.md (#22138) ## Description Fixed typo im content/manuals/engine/swarm/swarm-mode.md. ## Related issues or tickets Issue #22121 ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --- content/manuals/engine/swarm/swarm-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/swarm/swarm-mode.md b/content/manuals/engine/swarm/swarm-mode.md index 6bff4a226b..aba6ddde2a 100644 --- a/content/manuals/engine/swarm/swarm-mode.md +++ b/content/manuals/engine/swarm/swarm-mode.md @@ -36,7 +36,7 @@ as follows: * Creates a swarm named `default`. * Designates the current node as a leader manager node for the swarm. * Names the node with the machine hostname. -* Configures the manager to listen on an active network interface on port `2377``. +* Configures the manager to listen on an active network interface on port `2377`. * Sets the current node to `Active` availability, meaning it can receive tasks from the scheduler. * Starts an internal distributed data store for Engines participating in the