diff --git a/src/components/input/input.ts b/src/components/input/input.ts index e263799e586..375557ac981 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -338,7 +338,7 @@ export class TextArea extends InputBase { } /** - * @input {bool} Wheather the textarea should be disabled or not + * @input {bool} Whether the textarea should be disabled or not */ @Input() get disabled() {