Skip to content

Commit

Permalink
docs(input): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat authored Nov 26, 2016
2 parents 3209895 + 21ade93 commit f0c4a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit f0c4a9e

Please sign in to comment.