diff --git a/src/components/range/range.ts b/src/components/range/range.ts index 216de3ddc..4f99cd5f6 100644 --- a/src/components/range/range.ts +++ b/src/components/range/range.ts @@ -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.