Skip to content

Commit 6799c11

Browse files
adrogonmmalerba
authored andcommitted
docs(input): fix typo (#16990)
1 parent 92ef4dc commit 6799c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/text-field/autosize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export class CdkTextareaAutosize implements AfterViewInit, DoCheck, OnDestroy {
239239
}
240240

241241
/**
242-
* Resets the textarea to it's original size
242+
* Resets the textarea to its original size
243243
*/
244244
reset() {
245245
// Do not try to change the textarea, if the initialHeight has not been determined yet

0 commit comments

Comments
 (0)