docs: Fixed typo for 'consul members' link (#6918)

Quick fix on a small typo I noticed while reading the docs on this command.
This commit is contained in:
Nate Dobbs 2019-12-10 23:42:38 -05:00 committed by Blake Covarrubias
parent cfd2888931
commit 53574c4204
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Consul periodically tries to reconnect to "failed" nodes in case failure was due
to a network partition. After some configured amount of time (by default 72 hours),
Consul will reap "failed" nodes and stop trying to reconnect. The `force-leave`
command can be used to transition the "failed" nodes to a "left" state more
quickly, as reported by [`consul memebers`](https://www.consul.io/docs/commands/members.html).
quickly, as reported by [`consul members`](https://www.consul.io/docs/commands/members.html).
This can be particularly useful for a node that was running as a server,
as it will eventually be removed from the Raft configuration by the leader.