From 4f5ad35865528aad939e5a7c975a1a0a2e0dd8b4 Mon Sep 17 00:00:00 2001 From: Vyom Sharma Date: Wed, 14 Mar 2018 20:57:38 +0530 Subject: [PATCH] fixed minor typo --- specification/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/intro.rst b/specification/intro.rst index 1c795cea..064f9d17 100644 --- a/specification/intro.rst +++ b/specification/intro.rst @@ -116,7 +116,7 @@ model communication history as a partially ordered graph of events known as the room's "event graph", which is synchronised with eventual consistency between the participating servers using the "Server-Server API". This process of synchronising shared conversation history between homeservers run by -different parties is called "Federation". Matrix optimises for the the +different parties is called "Federation". Matrix optimises for the Availability and Partitioned properties of CAP theorem at the expense of Consistency.