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: