Selaa lähdekoodia

Docs: Fixed broken `@links` and `@members` in the `MediaFormView` documentation.

Aleksander Nowodzinski 7 vuotta sitten
vanhempi
sitoutus
341fef16bd
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      packages/ckeditor5-media-embed/src/ui/mediaformview.js

+ 4 - 4
packages/ckeditor5-media-embed/src/ui/mediaformview.js

@@ -136,18 +136,18 @@ export default class MediaFormView extends View {
 		} );
 		} );
 
 
 		/**
 		/**
-		 * The default info text for the {@link #inputView}.
+		 * The default info text for the {@link #urlInputView}.
 		 *
 		 *
 		 * @private
 		 * @private
-		 * @member {String} _urlInputViewInfoDefault
+		 * @member {String} #_urlInputViewInfoDefault
 		 */
 		 */
 
 
 		/**
 		/**
-		 * The info text with an additional tip for the {@link #inputView},
+		 * The info text with an additional tip for the {@link #urlInputView},
 		 * displayed when the input has some value.
 		 * displayed when the input has some value.
 		 *
 		 *
 		 * @private
 		 * @private
-		 * @member {String} _urlInputViewInfoTip
+		 * @member {String} #_urlInputViewInfoTip
 		 */
 		 */
 	}
 	}