Skip to content

Commit 5783fa7

Browse files
authored
fix(ui5-media-gallery-item): correct jsdoc (#4819)
1 parent 2012f43 commit 5783fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fiori/src/MediaGalleryItem.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const metadata = {
123123
/**
124124
* Defines the content of the component.
125125
*
126-
* @type {HTMLElement[]}
126+
* @type {HTMLElement}
127127
* @slot content
128128
* @public
129129
*/
@@ -135,7 +135,7 @@ const metadata = {
135135
/**
136136
* Defines the content of the thumbnail.
137137
*
138-
* @type {HTMLElement[]}
138+
* @type {HTMLElement}
139139
* @slot
140140
* @public
141141
*/

0 commit comments

Comments
 (0)