We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2897b9b commit 9746d85Copy full SHA for 9746d85
src/lib/input/autosize.ts
@@ -40,7 +40,7 @@ export class MdTextareaAutosize implements OnInit {
40
}
41
42
/**
43
- * Cache the hight of a single-row textarea.
+ * Cache the height of a single-row textarea.
44
*
45
* We need to know how large a single "row" of a textarea is in order to apply minRows and
46
* maxRows. For the initial version, we will assume that the height of a single line in the
0 commit comments