Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Sep 9, 2021
1 parent fd449f6 commit ba3117f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tooltip/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let id = 0;
* @event sl-show - Emitted when the tooltip begins to show.
* @event sl-after-show - Emitted after the tooltip has shown and all transitions are complete.
* @event sl-hide - Emitted when the tooltip begins to hide.
* @event sl-after-hide - Emitted after the tooltip has hidden and all transitions are complete. *
* @event sl-after-hide - Emitted after the tooltip has hidden and all transitions are complete.
*
* @csspart base - The component's base wrapper.
*
Expand Down

0 comments on commit ba3117f

Please sign in to comment.