diff --git a/docs/src/docPages/api/editor.md b/docs/src/docPages/api/editor.md index 08c2a0c6..991cae89 100644 --- a/docs/src/docPages/api/editor.md +++ b/docs/src/docPages/api/editor.md @@ -19,8 +19,8 @@ Don’t confuse methods with [commands](/api/commands). Commands are used to cha | `getJSON()` | – | Returns the current content as JSON. | | `getAttributes()` | `name` Name of the node or mark | Get attributes of the currently selected node or mark. | | `isActive()` | `name` Name of the node or mark
`attrs` Attributes of the node or mark | Returns if the currently selected node or mark is active. | -| `isEditable()` | - | Returns whether the editor is editable. | -| `isEmpty()` | - | Check if there is no content. | +| `isEditable` | - | Returns whether the editor is editable. | +| `isEmpty` | - | Check if there is no content. | | `getCharacterCount()` | - | Get the number of characters for the current document. | | `registerPlugin()` | `plugin` A ProseMirror plugin
`handlePlugins` Control how to merge the plugin into the existing plugins. | Register a ProseMirror plugin. | | `setOptions()` | `options` A list of options | Update editor options. |