From e68beb40ec0336e75cdce5f0b29e40df3eb6944c Mon Sep 17 00:00:00 2001 From: Alexander Iskuskov Date: Sun, 31 May 2020 10:47:14 +0300 Subject: [PATCH] Fix typo for leader-election pattern description (#1239) --- leader-election/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leader-election/README.md b/leader-election/README.md index e6b2428dd..3cfa7a662 100644 --- a/leader-election/README.md +++ b/leader-election/README.md @@ -9,7 +9,7 @@ tags: --- ## Intent -Leader Election pattern is commonly used in cloud system design. It can help to ensure that task instances selec the leader instance correctly and do not conflict with each other, cause contention for shared resources, or inadvertently interfere with the work that other task instances are performing. +Leader Election pattern is commonly used in cloud system design. It can help to ensure that task instances select the leader instance correctly and do not conflict with each other, cause contention for shared resources, or inadvertently interfere with the work that other task instances are performing. ## Class diagram ![alt text](./etc/leader-election.urm.png "Leader Election pattern class diagram")