Kaynağa Gözat

Docs: Update ui/utils module docs.

Maciej Gołaszewski 7 yıl önce
ebeveyn
işleme
e08c8a5743
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      packages/ckeditor5-table/src/ui/utils.js

+ 2 - 2
packages/ckeditor5-table/src/ui/utils.js

@@ -4,7 +4,7 @@
  */
 
 /**
- * @module image/image/ui/utils
+ * @module table/ui/utils
  */
 
 import BalloonPanelView from '@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview';
@@ -13,7 +13,7 @@ import { getParentTable } from '../commands/utils';
 /**
  * A helper utility that positions the
  * {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon contextual balloon} instance
- * with respect to the image in the editor content, if one is selected.
+ * with respect to the table in the editor content, if one is selected.
  *
  * @param {module:core/editor/editor~Editor} editor The editor instance.
  */