Fix comment

This commit is contained in:
Cory LaViska
2021-09-06 19:22:02 -04:00
parent e74838fdc1
commit 14368c4ce2

View File

@@ -20,7 +20,7 @@ let id = 0;
*
* @event sl-change - Emitted when the control's value changes.
* @event sl-blur - Emitted when the control loses focus.
* @event sl-focus - Emitted when the control gains focus. *
* @event sl-focus - Emitted when the control gains focus.
*
* @csspart base - The component's base wrapper.
* @csspart input - The native range input.