From 23edcd74216d9a18e9e51805c7144ec4b16c6724 Mon Sep 17 00:00:00 2001 From: Vahid Nesro <63849626+Vahid1919@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:52:18 +0100 Subject: [PATCH] Update packages/components/src/components/select/select.ts Co-authored-by: Sergio Fonseca <42741644+smfonseca@users.noreply.github.com> --- packages/components/src/components/select/select.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/components/select/select.ts b/packages/components/src/components/select/select.ts index 9619ea128..013a70f87 100644 --- a/packages/components/src/components/select/select.ts +++ b/packages/components/src/components/select/select.ts @@ -36,7 +36,7 @@ import type SdOption from '../option/option'; * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute. * @slot clear-icon - An icon to use in lieu of the default clear icon. * @slot expand-icon - The icon to show when the control is expanded and collapsed. Rotates on open and close. - * @slot tooltip - The an optional tooltip that helps describe the input. Use this slot with the `sd-tooltip` component. + * @slot tooltip - An optional tooltip that helps describe the input. Use this slot with the `sd-tooltip` component. * * @event sd-change - Emitted when the control's value changes.