diff --git a/packages/fiori/src/SideNavigation.js b/packages/fiori/src/SideNavigation.js
index 646671821d51..16dbc074f5b3 100644
--- a/packages/fiori/src/SideNavigation.js
+++ b/packages/fiori/src/SideNavigation.js
@@ -39,7 +39,7 @@ const metadata = {
slots: /** @lends sap.ui.webcomponents.fiori.SideNavigation.prototype */ {
/**
* Defines the main items of the ui5-side-navigation. Use the ui5-side-navigation-item component
- * for the top-level items, and the ui5-side-navigation-subitem component for second-level items, nested
+ * for the top-level items, and the ui5-side-navigation-sub-item component for second-level items, nested
* inside the items.
*
* @public
@@ -53,7 +53,7 @@ const metadata = {
/**
* Defines the fixed items at the bottom of the ui5-side-navigation. Use the ui5-side-navigation-item component
- * for the fixed items, and optionally the ui5-side-navigation-subitem component to provide second-level items inside them.
+ * for the fixed items, and optionally the ui5-side-navigation-sub-item component to provide second-level items inside them.
*
* Note: In order to achieve the best user experience, it is recommended that you keep the fixed items "flat" (do not pass sub-items)
*
diff --git a/packages/main/src/DatePicker.js b/packages/main/src/DatePicker.js
index 60f6d4c3106f..c530d1f61702 100644
--- a/packages/main/src/DatePicker.js
+++ b/packages/main/src/DatePicker.js
@@ -142,7 +142,7 @@ const metadata = {
},
/**
- * Defines whether the ui5-datepicker is required.
+ * Defines whether the ui5-date-picker is required.
*
* @since 1.0.0-rc.9
* @type {Boolean}
diff --git a/packages/main/src/FileUploader.js b/packages/main/src/FileUploader.js
index 36e04aa6d679..f56fccbe15e9 100644
--- a/packages/main/src/FileUploader.js
+++ b/packages/main/src/FileUploader.js
@@ -168,7 +168,7 @@ const metadata = {
* Note: If not specified, a default text (in the respective language) will be displayed.
*
* Note: The valueStateMessage would be displayed,
- * when the ui5--file-uploader is in Information, Warning or Error value state.
+ * when the ui5-file-uploader is in Information, Warning or Error value state.
* @type {HTMLElement[]}
* @since 1.0.0-rc.9
* @slot
diff --git a/packages/main/src/MultiComboBox.js b/packages/main/src/MultiComboBox.js
index b55db7c4ead9..149c8902f892 100644
--- a/packages/main/src/MultiComboBox.js
+++ b/packages/main/src/MultiComboBox.js
@@ -87,13 +87,13 @@ const metadata = {
},
/**
- * Defines the value state message that will be displayed as pop up under the ui5-multicombobox.
+ * Defines the value state message that will be displayed as pop up under the ui5-multi-combobox.
*
*
* Note: If not specified, a default text (in the respective language) will be displayed.
*
* Note: The valueStateMessage would be displayed,
- * when the ui5-select is in Information, Warning or Error value state.
+ * when the ui5-multi-combobox is in Information, Warning or Error value state.
* @type {HTMLElement[]}
* @since 1.0.0-rc.9
* @slot
diff --git a/packages/main/src/MultiComboBoxItem.js b/packages/main/src/MultiComboBoxItem.js
index a521428949ea..476743aefeee 100644
--- a/packages/main/src/MultiComboBoxItem.js
+++ b/packages/main/src/MultiComboBoxItem.js
@@ -18,7 +18,7 @@ const metadata = {
/**
* @class
- * The ui5-cb-item represents the item for a ui5-multi-combobox.
+ * The ui5-mcb-item represents the item for a ui5-multi-combobox.
*
* @constructor
* @author SAP SE