Explorar o código

Docs: Fixed a broken link.

Aleksander Nowodzinski %!s(int64=6) %!d(string=hai) anos
pai
achega
6cb5cf7a5a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );
  *		const labeledInputView = new LabeledView( locale, createLabeledDropdown );
  *		console.log( labeledInputView.view ); // An input instance.
  *		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
  * @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.
  * {@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
  * @param {String} statusUid An UID string that allows DOM logical connection between the