Skip to content

Commit a0cb5a7

Browse files
authored
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 <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 4693262 commit a0cb5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/swarm/swarm-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ as follows:
3636
* Creates a swarm named `default`.
3737
* Designates the current node as a leader manager node for the swarm.
3838
* Names the node with the machine hostname.
39-
* Configures the manager to listen on an active network interface on port `2377``.
39+
* Configures the manager to listen on an active network interface on port `2377`.
4040
* Sets the current node to `Active` availability, meaning it can receive tasks
4141
from the scheduler.
4242
* Starts an internal distributed data store for Engines participating in the

0 commit comments

Comments
 (0)