Skip to content

Commit 9f4856f

Browse files
koumatsumotojosephperrott
authored andcommitted
docs(tabs): correct typo (#8980)
1 parent 291f6cf commit 9f4856f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tabs/tab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class MatTab extends _MatTabMixinBase implements OnInit, CanDisable, OnCh
6262
/** Emits whenever the label changes. */
6363
_labelChange = new Subject<void>();
6464

65-
/** Emits whenevfer the disable changes */
65+
/** Emits whenever the disable changes */
6666
_disableChange = new Subject<void>();
6767

6868
/**

0 commit comments

Comments
 (0)