From 53574c420475be85765fd3834b1e466175dc7ebf Mon Sep 17 00:00:00 2001 From: Nate Dobbs Date: Tue, 10 Dec 2019 23:42:38 -0500 Subject: [PATCH] docs: Fixed typo for 'consul members' link (#6918) Quick fix on a small typo I noticed while reading the docs on this command. --- website/source/docs/commands/force-leave.html.markdown.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/force-leave.html.markdown.erb b/website/source/docs/commands/force-leave.html.markdown.erb index 836d405ad9..3296e0c631 100644 --- a/website/source/docs/commands/force-leave.html.markdown.erb +++ b/website/source/docs/commands/force-leave.html.markdown.erb @@ -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.