File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ Transforms that operate on nodes.
38
38
39
39
#### ` Transforms.insertFragment(editor: Editor, fragment: Node[], options?) `
40
40
41
- Insert of fragment of nodes at the specified location or (if not defined) the current selection or (if not defined) the end of the document.
41
+ Insert a fragment of nodes at the specified location or (if not defined) the current selection or (if not defined) the end of the document.
42
42
43
43
Options: ` {at?: Location, hanging?: boolean, voids?: boolean} `
44
44
45
45
#### ` Transforms.insertNodes(editor: Editor, nodes: Node | Node[], options?) `
46
46
47
- Atomically inserts ` nodes ` at the specified location or (if not defined) the current selection or (if not defined) the end of the document.
47
+ Atomically insert ` nodes ` at the specified location or (if not defined) the current selection or (if not defined) the end of the document.
48
48
49
49
Options supported: ` NodeOptions & {hanging?: boolean, select?: boolean} ` .
50
50
You can’t perform that action at this time.
0 commit comments