Skip to content

Commit

Permalink
docs: fix components JS doc (#3038)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Mar 29, 2021
1 parent decd70c commit 56e571c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/main/src/ComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const metadata = {
/**
* Fired when selection is changed by user interaction
*
* @event sap.ui.webcomponents.main.Combobox#selection-change
* @event sap.ui.webcomponents.main.ComboBox#selection-change
* @param {HTMLElement} item item to be selected.
* @public
*/
Expand Down
3 changes: 1 addition & 2 deletions packages/main/src/StepInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ const INITIAL_SPEED = 120; // milliseconds
* <li>To enter dates and times. In this case, use date/time related components instead.</li>
* </ul>
*
* For the <code>ui5-step-input</code>
* <h3>ES6 Module Import</h3>
*
* <code>import @ui5/webcomponents/dist/StepInput.js";</code>
Expand All @@ -355,7 +354,7 @@ const INITIAL_SPEED = 120; // milliseconds
* @alias sap.ui.webcomponents.main.StepInput
* @extends UI5Element
* @tagname ui5-step-input
* @since 1.0.0-rc.12
* @since 1.0.0-rc.13
* @public
*/
class StepInput extends UI5Element {
Expand Down

0 comments on commit 56e571c

Please sign in to comment.