Skip to content

Commit

Permalink
docs(ui5-select): fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 committed Aug 30, 2023
1 parent 363e88e commit a431ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/Select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ class Select extends UI5Element implements IFormElement {
* either the option's <code>display-text</code> or its textContent will be displayed.
* <br><br>
*
* <b>Note:</b> If not specified and <code>ui5-option</code> is used,
* <b>Note:</b> If not specified an <code>ui5-option</code> is used,
* the option's textContent will be displayed.
*
* @type {HTMLElement[]}
Expand Down

0 comments on commit a431ed1

Please sign in to comment.