From faed85c6d3ae85f9a290b25161888fe2402f176e Mon Sep 17 00:00:00 2001 From: Denny Biasiolli Date: Fri, 11 Nov 2016 00:53:07 +0100 Subject: [PATCH] docs(input): fix typo in documentation (#9103) --- src/components/input/input.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {