浏览代码

Typo fix.

Maciej Gołaszewski 5 年之前
父节点
当前提交
c92aa7383a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-table/src/ui/utils.js

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

@@ -30,7 +30,7 @@ const BALLOON_POSITIONS = [
  * with respect to the table in the editor content, if one is selected.
  *
  * @param {module:core/editor/editor~Editor} editor The editor instance.
- * @param {String} target Either "cell" or "table". Determines the the target the ballon will
+ * @param {String} target Either "cell" or "table". Determines the the target the balloon will
  * be attached to.
  */
 export function repositionContextualBalloon( editor, target ) {