Merge pull request #296 from manstie/patch-1

fix readme typo
This commit is contained in:
Kevin Jahns 2021-05-14 01:03:39 +02:00 committed by GitHub
commit ab7de51064
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