Skip to content

Commit 9746d85

Browse files
jasonhodgesjelbourn
authored andcommitted
chore(textarea): fix comment typo (#2251)
1 parent 2897b9b commit 9746d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/input/autosize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class MdTextareaAutosize implements OnInit {
4040
}
4141

4242
/**
43-
* Cache the hight of a single-row textarea.
43+
* Cache the height of a single-row textarea.
4444
*
4545
* We need to know how large a single "row" of a textarea is in order to apply minRows and
4646
* maxRows. For the initial version, we will assume that the height of a single line in the

0 commit comments

Comments
 (0)