8
0
Quellcode durchsuchen

Fixed API docs.

Maciej Bukowski vor 7 Jahren
Ursprung
Commit
e123bda23e
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      packages/ckeditor5-table/src/tabletoolbar.js

+ 2 - 2
packages/ckeditor5-table/src/tabletoolbar.js

@@ -12,9 +12,9 @@ import { isTableContentSelected } from './utils';
 import WidgetToolbarRepository from '@ckeditor/ckeditor5-widget/src/widgettoolbarrepository';
 
 /**
- * The table toolbar class. It creates a table toolbar that shows up when the table widget is selected.
+ * The table toolbar class. It creates a table toolbar that shows up when the table content is selected.
  *
- * Instanecs of toolbar components (e.g. buttons) are created using the editor's
+ * Instances of toolbar components (e.g. buttons) are created using the editor's
  * {@link module:ui/componentfactory~ComponentFactory component factory}
  * based on the {@link module:table/table~TableConfig#toolbar `table.toolbar` configuration option}.
  *