diff --git a/docs/api/nodes/editor.md b/docs/api/nodes/editor.md index 25228e54b..bf59460c2 100644 --- a/docs/api/nodes/editor.md +++ b/docs/api/nodes/editor.md @@ -7,7 +7,7 @@ interface Editor { children: Node[] selection: Range | null operations: Operation[] - marks: Record | null + marks: Omit | null // Schema-specific node behaviors. isInline: (element: Element) => boolean