fix typo in README

This commit is contained in:
Carlos Galarza 2022-01-20 17:32:02 -05:00 committed by GitHub
parent 8f421a0f42
commit 532d5fccb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -984,7 +984,7 @@ undoManager.on('stack-item-popped', event => {
*Conflict-free replicated data types* (CRDT) for collaborative editing are an *Conflict-free replicated data types* (CRDT) for collaborative editing are an
alternative approach to *operational transformation* (OT). A very simple 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 index positions to ensure convergence (all clients end up with the same
content), while CRDTs use mathematical models that usually do not involve index content), while CRDTs use mathematical models that usually do not involve index
transformations, like linked lists. OT is currently the de-facto standard for transformations, like linked lists. OT is currently the de-facto standard for