Explorar el Código

Use proper indentation in jsdoc.

Maciej Gołaszewski hace 5 años
padre
commit
4f579173b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
  */