From 532d5fccb2bdd9ba62d7cf90c14762b0530c9b72 Mon Sep 17 00:00:00 2001 From: Carlos Galarza Date: Thu, 20 Jan 2022 17:32:02 -0500 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6a21923..7e198ab8 100644 --- a/README.md +++ b/README.md @@ -984,7 +984,7 @@ undoManager.on('stack-item-popped', event => { *Conflict-free replicated data types* (CRDT) for collaborative editing are an alternative approach to *operational transformation* (OT). A very simple -differenciation between the two approaches is that OT attempts to transform +differentiation between the two approaches is that OT attempts to transform index positions to ensure convergence (all clients end up with the same content), while CRDTs use mathematical models that usually do not involve index transformations, like linked lists. OT is currently the de-facto standard for