docs(input): fix typo in documentation (#9103)

This commit is contained in:
Denny Biasiolli
2016-11-11 00:53:07 +01:00
committed by Brandy Carney
parent 6b777721f4
commit faed85c6d3

View File

@ -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() {