File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export interface MatAutocompleteDefaultOptions {
74
74
/** Class or list of classes to be applied to the autocomplete's overlay panel. */
75
75
overlayPanelClass ?: string | string [ ] ;
76
76
77
- /** Wheter icon indicators should be hidden for single-selection. */
77
+ /** Whether icon indicators should be hidden for single-selection. */
78
78
hideSingleSelectionIndicator ?: boolean ;
79
79
}
80
80
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export interface MatChipsDefaultOptions {
14
14
/** The list of key codes that will trigger a chipEnd event. */
15
15
separatorKeyCodes : readonly number [ ] | ReadonlySet < number > ;
16
16
17
- /** Wheter icon indicators should be hidden for single-selection. */
17
+ /** Whether icon indicators should be hidden for single-selection. */
18
18
hideSingleSelectionIndicator ?: boolean ;
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {InjectionToken} from '@angular/core';
10
10
11
11
/** Object that can be used to configure the default options for the list module. */
12
12
export interface MatListConfig {
13
- /** Wheter icon indicators should be hidden for single-selection. */
13
+ /** Whether icon indicators should be hidden for single-selection. */
14
14
hideSingleSelectionIndicator ?: boolean ;
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ export interface MatSelectConfig {
127
127
/** Class or list of classes to be applied to the menu's overlay panel. */
128
128
overlayPanelClass ?: string | string [ ] ;
129
129
130
- /** Wheter icon indicators should be hidden for single-selection. */
130
+ /** Whether icon indicators should be hidden for single-selection. */
131
131
hideSingleSelectionIndicator ?: boolean ;
132
132
133
133
/**
You can’t perform that action at this time.
0 commit comments