8
0
Krzysztof Krztoń 7 лет назад
Родитель
Сommit
634b8711b8
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-editor-inline/src/inlineeditoruiview.js

+ 2 - 2
packages/ckeditor5-editor-inline/src/inlineeditoruiview.js

@@ -72,7 +72,7 @@ export default class InlineEditorUIView extends EditorUIView {
 
 		/**
 		 * A set of positioning functions used by the {@link #panel} to float around
-		 * {@link #editableElement}.
+		 * {@link #element editableElement}.
 		 *
 		 * The positioning functions are as follows:
 		 *
@@ -147,7 +147,7 @@ export default class InlineEditorUIView extends EditorUIView {
 	 * Determines the panel top position of the {@link #panel} in {@link #panelPositions}.
 	 *
 	 * @private
-	 * @param {module:utils/dom/rect~Rect} editableRect Rect of the {@link #editableElement}.
+	 * @param {module:utils/dom/rect~Rect} editableRect Rect of the {@link #element}.
 	 * @param {module:utils/dom/rect~Rect} panelRect Rect of the {@link #panel}.
 	 */
 	_getPanelPositionTop( editableRect, panelRect ) {