Skip to content

Commit a951b20

Browse files
LottePitchernielslyngsoe
authored andcommitted
chore: improve button state explanation (#942)
1 parent f785713 commit a951b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-button/lib/uui-button.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export class UUIButtonElement extends UUIFormControlMixin(
101101
compact = false;
102102

103103
/**
104-
* 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.
104+
* 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.
105105
* @type {undefined |'waiting' | 'success' | 'failed'}
106106
* @attr
107107
* @default undefined

0 commit comments

Comments
 (0)