Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/fiori/src/SideNavigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const metadata = {
slots: /** @lends sap.ui.webcomponents.fiori.SideNavigation.prototype */ {
/**
* Defines the main items of the <code>ui5-side-navigation</code>. Use the <code>ui5-side-navigation-item</code> component
* for the top-level items, and the <code>ui5-side-navigation-subitem</code> component for second-level items, nested
* for the top-level items, and the <code>ui5-side-navigation-sub-item</code> component for second-level items, nested
* inside the items.
*
* @public
Expand All @@ -53,7 +53,7 @@ const metadata = {

/**
* Defines the fixed items at the bottom of the <code>ui5-side-navigation</code>. Use the <code>ui5-side-navigation-item</code> component
* for the fixed items, and optionally the <code>ui5-side-navigation-subitem</code> component to provide second-level items inside them.
* for the fixed items, and optionally the <code>ui5-side-navigation-sub-item</code> component to provide second-level items inside them.
*
* <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)
*
Expand Down
2 changes: 1 addition & 1 deletion packages/main/src/DatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const metadata = {
},

/**
* Defines whether the <code>ui5-datepicker</code> is required.
* Defines whether the <code>ui5-date-picker</code> is required.
*
* @since 1.0.0-rc.9
* @type {Boolean}
Expand Down
2 changes: 1 addition & 1 deletion packages/main/src/FileUploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const metadata = {
* <b>Note:</b> If not specified, a default text (in the respective language) will be displayed.
* <br>
* <b>Note:</b> The <code>valueStateMessage</code> would be displayed,
* when the <code>ui5--file-uploader</code> is in <code>Information</code>, <code>Warning</code> or <code>Error</code> value state.
* when the <code>ui5-file-uploader</code> is in <code>Information</code>, <code>Warning</code> or <code>Error</code> value state.
* @type {HTMLElement[]}
* @since 1.0.0-rc.9
* @slot
Expand Down
4 changes: 2 additions & 2 deletions packages/main/src/MultiComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ const metadata = {
},

/**
* Defines the value state message that will be displayed as pop up under the <code>ui5-multicombobox</code>.
* Defines the value state message that will be displayed as pop up under the <code>ui5-multi-combobox</code>.
* <br><br>
*
* <b>Note:</b> If not specified, a default text (in the respective language) will be displayed.
* <br>
* <b>Note:</b> The <code>valueStateMessage</code> would be displayed,
* when the <code>ui5-select</code> is in <code>Information</code>, <code>Warning</code> or <code>Error</code> value state.
* when the <code>ui5-multi-combobox</code> is in <code>Information</code>, <code>Warning</code> or <code>Error</code> value state.
* @type {HTMLElement[]}
* @since 1.0.0-rc.9
* @slot
Expand Down
2 changes: 1 addition & 1 deletion packages/main/src/MultiComboBoxItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const metadata = {

/**
* @class
* The <code>ui5-cb-item</code> represents the item for a <code>ui5-multi-combobox</code>.
* The <code>ui5-mcb-item</code> represents the item for a <code>ui5-multi-combobox</code>.
*
* @constructor
* @author SAP SE
Expand Down