From a431ed168855dcbdc89667ad3a0a530fad307a3b Mon Sep 17 00:00:00 2001 From: Lukas Harbarth Date: Wed, 30 Aug 2023 14:05:29 +0200 Subject: [PATCH] docs(ui5-select): fix another typo --- packages/main/src/Select.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/src/Select.ts b/packages/main/src/Select.ts index 740a28a222e7..646b1a19db13 100644 --- a/packages/main/src/Select.ts +++ b/packages/main/src/Select.ts @@ -406,7 +406,7 @@ class Select extends UI5Element implements IFormElement { * either the option's display-text or its textContent will be displayed. *

* - * Note: If not specified and ui5-option is used, + * Note: If not specified an ui5-option is used, * the option's textContent will be displayed. * * @type {HTMLElement[]}