Skip to content

Commit 03abf00

Browse files
docs: fix several tag names (#2481)
1 parent 60d52b2 commit 03abf00

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

packages/fiori/src/SideNavigation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const metadata = {
3939
slots: /** @lends sap.ui.webcomponents.fiori.SideNavigation.prototype */ {
4040
/**
4141
* Defines the main items of the <code>ui5-side-navigation</code>. Use the <code>ui5-side-navigation-item</code> component
42-
* for the top-level items, and the <code>ui5-side-navigation-subitem</code> component for second-level items, nested
42+
* for the top-level items, and the <code>ui5-side-navigation-sub-item</code> component for second-level items, nested
4343
* inside the items.
4444
*
4545
* @public
@@ -53,7 +53,7 @@ const metadata = {
5353

5454
/**
5555
* Defines the fixed items at the bottom of the <code>ui5-side-navigation</code>. Use the <code>ui5-side-navigation-item</code> component
56-
* for the fixed items, and optionally the <code>ui5-side-navigation-subitem</code> component to provide second-level items inside them.
56+
* for the fixed items, and optionally the <code>ui5-side-navigation-sub-item</code> component to provide second-level items inside them.
5757
*
5858
* <b>Note:</b> In order to achieve the best user experience, it is recommended that you keep the fixed items "flat" (do not pass sub-items)
5959
*

packages/main/src/DatePicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const metadata = {
142142
},
143143

144144
/**
145-
* Defines whether the <code>ui5-datepicker</code> is required.
145+
* Defines whether the <code>ui5-date-picker</code> is required.
146146
*
147147
* @since 1.0.0-rc.9
148148
* @type {Boolean}

packages/main/src/FileUploader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const metadata = {
168168
* <b>Note:</b> If not specified, a default text (in the respective language) will be displayed.
169169
* <br>
170170
* <b>Note:</b> The <code>valueStateMessage</code> would be displayed,
171-
* when the <code>ui5--file-uploader</code> is in <code>Information</code>, <code>Warning</code> or <code>Error</code> value state.
171+
* when the <code>ui5-file-uploader</code> is in <code>Information</code>, <code>Warning</code> or <code>Error</code> value state.
172172
* @type {HTMLElement[]}
173173
* @since 1.0.0-rc.9
174174
* @slot

packages/main/src/MultiComboBox.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ const metadata = {
8787
},
8888

8989
/**
90-
* Defines the value state message that will be displayed as pop up under the <code>ui5-multicombobox</code>.
90+
* Defines the value state message that will be displayed as pop up under the <code>ui5-multi-combobox</code>.
9191
* <br><br>
9292
*
9393
* <b>Note:</b> If not specified, a default text (in the respective language) will be displayed.
9494
* <br>
9595
* <b>Note:</b> The <code>valueStateMessage</code> would be displayed,
96-
* when the <code>ui5-select</code> is in <code>Information</code>, <code>Warning</code> or <code>Error</code> value state.
96+
* when the <code>ui5-multi-combobox</code> is in <code>Information</code>, <code>Warning</code> or <code>Error</code> value state.
9797
* @type {HTMLElement[]}
9898
* @since 1.0.0-rc.9
9999
* @slot

packages/main/src/MultiComboBoxItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const metadata = {
1818

1919
/**
2020
* @class
21-
* The <code>ui5-cb-item</code> represents the item for a <code>ui5-multi-combobox</code>.
21+
* The <code>ui5-mcb-item</code> represents the item for a <code>ui5-multi-combobox</code>.
2222
*
2323
* @constructor
2424
* @author SAP SE

0 commit comments

Comments
 (0)