From ad58ce1d9ef6ca2e10a3ecf00f8972fc50736b37 Mon Sep 17 00:00:00 2001 From: Tim Black Date: Sat, 18 Sep 2021 23:16:09 -0700 Subject: [PATCH] Correct typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index caa27fb..889be25 100755 --- a/index.html +++ b/index.html @@ -345,7 +345,7 @@
A Note on Conflict Resolution in Multi-Leader Replication
Multi-leader replication does introduce data conflicts, but because our app only has a single user, our conflicts are kept at a minimum. Versioning the database and defaulting to "last write wins" will suffice for now (in complex scenarios, we could also opt for manual conflict resolution).

-

Final Infrastructuree

+

Final Infrastructure

Our final application infrastructure might look something like this:

final data structure