Fix typo for leader-election pattern description (#1239)

This commit is contained in:
Alexander Iskuskov 2020-05-31 10:47:14 +03:00 committed by GitHub
parent a3c4d36c3d
commit e68beb40ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")