diff --git a/docs/api/nodes/editor.md b/docs/api/nodes/editor.md index bf59460c2..3f452dcb6 100644 --- a/docs/api/nodes/editor.md +++ b/docs/api/nodes/editor.md @@ -112,13 +112,11 @@ Options: `{at?: Location, match?: NodeMatch, mode?: 'all' | 'highest' | 'lowest' #### `Editor.node(editor: Editor, at: Location, options?) => NodeEntry` -#### `Editor.nodes(editor: Editor, options?) => Generator, void, undefined>` - Get the node at a location. Options: `depth?: number, edge?: 'start' | 'end'` -#### `Editor.nodes(editor: Editor, options?) => Generator, void, undefined>` +#### `Editor.nodes(editor: Editor, options?) => Generator, void, undefined>` Iterate through all of the nodes in the Editor.