Jelajahi Sumber

Fixed API docs.

Maciej Bukowski 7 tahun lalu
induk
melakukan
e123bda23e
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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}.
  *