docs: fix whitespace

This commit is contained in:
Philipp Kühn 2021-10-01 21:41:46 +02:00
parent 6db0d340b8
commit 0a86626c6e

View File

@ -441,7 +441,7 @@ const CustomExtension = Extension.create({
onUpdate() {
// The content has changed.
},
onSelectionUpdate({editor}) {
onSelectionUpdate({ editor }) {
// The selection has changed.
},
onTransaction({ transaction }) {