diff --git a/docs/api/nodes/editor.md b/docs/api/nodes/editor.md index 726b92a5f..cc5d72f89 100644 --- a/docs/api/nodes/editor.md +++ b/docs/api/nodes/editor.md @@ -120,9 +120,9 @@ Options: `{at?: Location | Span, match?: NodeMatch, mode?: 'all' | 'highest' | ' `options.mode`: -- `all` (default): all matching nodes -- `highest`: in a hierarchy of nodes, only return the highest level matching nodes -- `lowest`: in a hierarchy of nodes, only return the lowest level matching nodes +- `'all'` (default): all matching nodes +- `'highest'`: in a hierarchy of nodes, only return the highest level matching nodes +- `'lowest'`: in a hierarchy of nodes, only return the lowest level matching nodes #### `Editor.parent(editor: Editor, at: Location, options?): NodeEntry`