Maciej Gołaszewski %!s(int64=5) %!d(string=hai) anos
pai
achega
c92aa7383a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ) {