From a3b8d573b9bf6e0487c5f31d7d0fb7e8c8796f7c Mon Sep 17 00:00:00 2001 From: Lotte Pitcher Date: Sun, 27 Oct 2024 15:27:13 +0000 Subject: [PATCH] improve button state explanation --- packages/uui-button/lib/uui-button.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uui-button/lib/uui-button.element.ts b/packages/uui-button/lib/uui-button.element.ts index f681ad1a5..b2879c0cd 100644 --- a/packages/uui-button/lib/uui-button.element.ts +++ b/packages/uui-button/lib/uui-button.element.ts @@ -101,7 +101,7 @@ export class UUIButtonElement extends UUIFormControlMixin( compact = false; /** - * Sets the state of the button. With waiting state a loader will show, the success state and fail states display icons. State is reset do default automatically after 3 seconds. + * Sets the state of the button. With waiting state a loader will show, the success and fail states display icons. State is automatically reset to the default after 3 seconds. * @type {undefined |'waiting' | 'success' | 'failed'} * @attr * @default undefined