From 4efd47447bcd1acad3a23d4774ab9ef88edbdf64 Mon Sep 17 00:00:00 2001 From: manstie Date: Mon, 26 Apr 2021 18:09:58 +0800 Subject: [PATCH] fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 556a7769..c25ab834 100644 --- a/README.md +++ b/README.md @@ -815,7 +815,7 @@ pos.index === 2 // => true ### Y.UndoManager -Yjs ships with an Undo/Redo manager for selective undo/redo of of changes on a +Yjs ships with an Undo/Redo manager for selective undo/redo of changes on a Yjs type. The changes can be optionally scoped to transaction origins. ```js