File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export interface MatAutocompleteDefaultOptions {
7474 /** Class or list of classes to be applied to the autocomplete's overlay panel. */
7575 overlayPanelClass ?: string | string [ ] ;
7676
77- /** Wheter icon indicators should be hidden for single-selection. */
77+ /** Whether icon indicators should be hidden for single-selection. */
7878 hideSingleSelectionIndicator ?: boolean ;
7979}
8080
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export interface MatChipsDefaultOptions {
1414 /** The list of key codes that will trigger a chipEnd event. */
1515 separatorKeyCodes : readonly number [ ] | ReadonlySet < number > ;
1616
17- /** Wheter icon indicators should be hidden for single-selection. */
17+ /** Whether icon indicators should be hidden for single-selection. */
1818 hideSingleSelectionIndicator ?: boolean ;
1919}
2020
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {InjectionToken} from '@angular/core';
1010
1111/** Object that can be used to configure the default options for the list module. */
1212export interface MatListConfig {
13- /** Wheter icon indicators should be hidden for single-selection. */
13+ /** Whether icon indicators should be hidden for single-selection. */
1414 hideSingleSelectionIndicator ?: boolean ;
1515}
1616
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ export interface MatSelectConfig {
127127 /** Class or list of classes to be applied to the menu's overlay panel. */
128128 overlayPanelClass ?: string | string [ ] ;
129129
130- /** Wheter icon indicators should be hidden for single-selection. */
130+ /** Whether icon indicators should be hidden for single-selection. */
131131 hideSingleSelectionIndicator ?: boolean ;
132132
133133 /**
You can’t perform that action at this time.
0 commit comments