fix readme typo

This commit is contained in:
manstie 2021-04-26 18:09:58 +08:00 committed by GitHub
parent 5244755879
commit 4efd47447b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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