From dc9535de58df19667091af21d8ec012eb1cbb567 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Wed, 8 Apr 2020 14:13:47 +0200 Subject: [PATCH] Update src/tableutils.js --- src/tableutils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tableutils.js b/src/tableutils.js index f1a28327..a1e1b17b 100644 --- a/src/tableutils.js +++ b/src/tableutils.js @@ -310,7 +310,7 @@ export default class TableUtils extends Plugin { /** * Removes columns from the given `table`. * - * This method re-calculates the table geometry including `colspan` attribute of table cells overlapping removed columns + * This method re-calculates the table geometry including the `colspan` attribute of table cells overlapping removed columns * and table headings values. * * editor.plugins.get( 'TableUtils' ).removeColumns( table, { at: 1, columns: 2 } );