Fix api use typos #143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-typos"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I learn Prosemirror from the guide, meet with following error:
So I replace the
TransactionwithTransform, and it's pass, So I thought it's maybe a API typos.Then with this PR 😄
That's right. Thanks for spotting this!