From 231bee6fe2fca004e84adbda40bc131e6362fca4 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Tue, 5 Jul 2022 16:03:45 +0800 Subject: [PATCH] fix a typo in etcdctl readme for the elect command Signed-off-by: Benjamin Wang --- etcdctl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etcdctl/README.md b/etcdctl/README.md index 178c41efb..013a49766 100644 --- a/etcdctl/README.md +++ b/etcdctl/README.md @@ -1133,7 +1133,7 @@ Whenever a leader is elected, its proposal is given as output. ELECT returns a zero exit code only if it is terminated by a signal and can revoke its candidacy or leadership, if any. -If a candidate is abnormally terminated, election rogress may be delayed by up to the default lease length of 60 seconds. +If a candidate is abnormally terminated, election progress may be delayed by up to the default lease length of 60 seconds. ## Authentication commands