Skip to content

Commit

Permalink
docs(event): update jsdocs type for events #143
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed Feb 19, 2024
1 parent 3dee3b9 commit a84183b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/auro-combobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ import styleCss from "./style-css.js";
* @slot - Default slot for the menu content.
* @slot label - Defines the content of the label.
* @slot helpText - Defines the content of the helpText.
* @fires auroCombobox-ready - Notifies that the component has finished initializing.
* @fires auroCombobox-valueSet - Notifies that the component has a new value set.
* @event auroCombobox-ready - Notifies that the component has finished initializing.
* @event auroCombobox-valueSet - Notifies that the component has a new value set.
*/

// build the component class
Expand Down

0 comments on commit a84183b

Please sign in to comment.