diff --git a/src/content/editor/extensions/nodes/table.mdx b/src/content/editor/extensions/nodes/table.mdx index 43f3ae9..9e4ac4e 100644 --- a/src/content/editor/extensions/nodes/table.mdx +++ b/src/content/editor/extensions/nodes/table.mdx @@ -79,7 +79,7 @@ Default: `false` ### insertTable() -Creates a new table, with the specified number of rows and columns, and with a header row (if you tell it to). +Creates a new table, with the specified number of rows and columns, and with a header row. ```js editor.commands.insertTable()