Browse Source

Update src/tableutils.js

Aleksander Nowodzinski 5 years ago
parent
commit
2a09cf10d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-table/src/tableutils.js

+ 1 - 1
packages/ckeditor5-table/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 } );