diff --git a/src/components/input/input.ts b/src/components/input/input.ts index c072e42aba..24870711b1 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -321,7 +321,7 @@ export class TextArea extends InputBase { } /** - * @input {bool} Wheather the textara should be disabled or not + * @input {bool} Wheather the textarea should be disabled or not */ @Input() get disabled() {