Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit fb98c14

Browse files
sanderboomtinayuangao
authored andcommitted
Fix a small typo (#9997)
1 parent 0c4e895 commit fb98c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ function labelDirective() {
296296
* - The textarea's height gets set on initialization, as well as while the user is typing. In certain situations
297297
* (e.g. while animating) the directive might have been initialized, before the element got it's final height. In
298298
* those cases, you can trigger a resize manually by broadcasting a `md-resize-textarea` event on the scope.
299-
* - If you wan't a `textarea` to stop growing at a certain point, you can specify the `max-rows` attribute.
299+
* - If you want a `textarea` to stop growing at a certain point, you can specify the `max-rows` attribute.
300300
* - The textarea's bottom border acts as a handle which users can drag, in order to resize the element vertically.
301301
* Once the user has resized a `textarea`, the autogrowing functionality becomes disabled. If you don't want a
302302
* `textarea` to be resizeable by the user, you can add the `md-no-resize` attribute.

0 commit comments

Comments
 (0)