docs: update content

This commit is contained in:
Philipp Kühn 2021-04-18 23:21:52 +02:00
parent 1073b599e3
commit 31e0d1612c

View File

@ -60,7 +60,7 @@ editor
.focus()
.command(({ tr }) => {
// manipulate the transaction
tr.insertContent('hey, thats cool!')
tr.insertText('hey, thats cool!')
return true
})