Parcourir la source

Use proper indentation in jsdoc.

Maciej Gołaszewski il y a 5 ans
Parent
commit
4f579173b7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-table/src/commands/mergecellscommand.js

+ 1 - 1
packages/ckeditor5-table/src/commands/mergecellscommand.js

@@ -20,7 +20,7 @@ import { getRowIndexes, getSelectionAffectedTableCells } from '../utils';
  *
  * For example, to merge selected table cells:
  *
- *        editor.execute( 'mergeTableCells' );
+ *		editor.execute( 'mergeTableCells' );
  *
  * @extends module:core/command~Command
  */