Skip to content

Commit

Permalink
docs(input): fix typo in documentation (#9103)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybiasiolli authored and brandyscarney committed Nov 10, 2016
1 parent 6b77772 commit faed85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input/input.ts
Expand Up @@ -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() {
Expand Down

0 comments on commit faed85c

Please sign in to comment.