8
0
Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
6cb5cf7a5a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-ui/src/labeledview/utils.js

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

@@ -28,7 +28,7 @@ import { createDropdown } from '@ckeditor/ckeditor5-ui/src/dropdown/utils';
  *		const labeledInputView = new LabeledView( locale, createLabeledDropdown );
  *		console.log( labeledInputView.view ); // An input instance.
  *
- * @param {module:ui/input/labeledview~LabeledView} labeledView The instance of the labeled view.
+ * @param {module:ui/labeledview/labeledview~LabeledView} labeledView The instance of the labeled view.
  * @param {String} viewUid An UID string that allows DOM logical connection between the
  * {@link module:ui/labeledview/labeledview~LabeledView#labelView labeled view's label} and the input.
  * @param {String} statusUid An UID string that allows DOM logical connection between the