Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

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 046d6b3 commit dc9535d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 dc9535d

Please sign in to comment.