Skip to content

Commit dfb38e8

Browse files
committed
docs: small fixes
1 parent 8c22f79 commit dfb38e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/docs/editor-basics/setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ export type BlockNoteViewProps = {
100100

101101
`editable`: Whether the editor should be editable.
102102

103-
`onSelectionChange`: Callback for when the editor selection changes.
103+
`onSelectionChange`: Callback fired when the editor selection changes.
104104

105-
`onChange`: Callback for when the editor selection or content changes.
105+
`onChange`: Callback fired when the editor content (document) changes.
106106

107107
`theme`: The editor's theme, see [Themes](/docs/styling-theming/themes) for more about this.
108108

0 commit comments

Comments
 (0)