Fix #313: Clarify availability patterns (#439)

pull/1067/head
Nachiket Acharya 2020-07-05 07:50:31 -07:00 committed by GitHub
parent 071d84dc99
commit a23ab1ec92
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ This approach is seen in file systems and RDBMSes. Strong consistency works wel
## Availability patterns
There are two main patterns to support high availability: **fail-over** and **replication**.
There are two complementary patterns to support high availability: **fail-over** and **replication**.
### Fail-over