8
0
Maciej Gołaszewski 7 лет назад
Родитель
Сommit
8640d9a1b3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-table/src/utils.js

+ 1 - 1
packages/ckeditor5-table/src/utils.js

@@ -13,7 +13,7 @@ import { getParentTable } from './commands/utils';
 const tableSymbol = Symbol( 'isImage' );
 
 /**
- * Converts a given {@link module:engine/view/element~Element} to an table widget:
+ * Converts a given {@link module:engine/view/element~Element} to a table widget:
  * * Adds a {@link module:engine/view/element~Element#_setCustomProperty custom property} allowing to recognize the table widget element.
  * * Calls the {@link module:widget/utils~toWidget} function with the proper element's label creator.
  *