8
0
Просмотр исходного кода

Use proper indentation in jsdoc.

Maciej Gołaszewski 5 лет назад
Родитель
Сommit
4f579173b7
1 измененных файлов с 1 добавлено и 1 удалено
  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
  */