Merge pull request #26156 from mstanleyjones/24905_swarm_noun_usage

Sanitize uses of Swarm as a proper and improper noun (Fixes #24905)
Upstream-commit: 6f0502b89b29a7d23b02363d02104ec531a36e4a
Component: engine
This commit is contained in:
Charles Smith
2016-09-07 10:38:59 -07:00
committed by GitHub
7 changed files with 23 additions and 23 deletions

View File

@ -4009,7 +4009,7 @@ Return low-level information on the node `id`
`DELETE /nodes/<id>`
Remove a node [`id`] from the Swarm.
Remove a node [`id`] from the swarm.
**Example request**:
@ -4253,7 +4253,7 @@ JSON Parameters:
address is used. If `AdvertiseAddr` is not specified, it will be automatically detected when
possible.
- **RemoteAddr** Address of any manager node already participating in the swarm.
- **JoinToken** Secret token for joining this Swarm.
- **JoinToken** Secret token for joining this swarm.
### Leave a swarm

View File

@ -4039,7 +4039,7 @@ Return low-level information on the node `id`
`DELETE /nodes/<id>`
Remove a node [`id`] from the Swarm.
Remove a node [`id`] from the swarm.
**Example request**:
@ -4279,7 +4279,7 @@ JSON Parameters:
address is used. If `AdvertiseAddr` is not specified, it will be automatically detected when
possible.
- **RemoteAddr** Address of any manager node already participating in the swarm.
- **JoinToken** Secret token for joining this Swarm.
- **JoinToken** Secret token for joining this swarm.
### Leave a swarm