doc: fix grammar error (#16495)

This commit is contained in:
Victory Osikwemhe 2023-01-11 11:47:21 +01:00 committed by GitHub
parent eddd4bfc33
commit c31420f0b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -95,11 +95,11 @@ You can modify node attributes as follows:
Changing node availability lets you:
* drain a manager node so that only performs swarm management tasks and is
* drain a manager node so that it only performs swarm management tasks and is
unavailable for task assignment.
* drain a node so you can take it down for maintenance.
* pause a node so it can't receive new tasks.
* restore unavailable or paused nodes available status.
* restore unavailable or paused nodes availability status.
For example, to change a manager node to `Drain` availability: