From f0b1bf768066342c020191a689fe2fdd30d96c73 Mon Sep 17 00:00:00 2001 From: Filip Siderov Date: Mon, 17 Jan 2022 08:59:18 +0200 Subject: [PATCH] fix(ui5-combobox): fix docs (#4553) --- packages/main/src/ComboBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/src/ComboBox.js b/packages/main/src/ComboBox.js index 59b7fee7c837..365eccf04401 100644 --- a/packages/main/src/ComboBox.js +++ b/packages/main/src/ComboBox.js @@ -219,7 +219,7 @@ const metadata = { }, /** - * Receives id(or many ids) of the elements that label the combo box + * Receives id(or many ids) of the elements that label the component * @type {String} * @defaultvalue "" * @public