Skip to content

Commit

Permalink
Update src/tableutils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq authored Apr 8, 2020
1 parent 627c61e commit 2a09cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-table/src/tableutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 } );
Expand Down

0 comments on commit 2a09cf1

Please sign in to comment.