Browse Source

Docs (image): Fixed an invalid return type.

Kamil Piechaczek 5 years ago
parent
commit
76fb046df6

+ 1 - 1
packages/ckeditor5-image/src/imageupload/ui/imageuploadpanelview.js

@@ -218,7 +218,7 @@ export default class ImageUploadPanelView extends View {
 	/**
 	 * Returns a view of the integration.
 	 *
-	 * @param {string} name The name of the integration.
+	 * @param {String} name The name of the integration.
 	 * @returns {module:ui/view~View}
 	 */
 	getIntegration( name ) {