From 21ade9306532dfa8d9de09fe93cb27f44d290b21 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Sat, 26 Nov 2016 00:24:27 -0500 Subject: [PATCH] Fix typo --- 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 e263799e58..375557ac98 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() {