Skip to content

Commit 7e3f1e6

Browse files
singhimalayaandrewseguin
authored andcommitted
docs: fix whether typos (#30204)
(cherry picked from commit 6e4f663)
1 parent a9c569e commit 7e3f1e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/material/autocomplete/autocomplete.ts

+1-1
Original file line numberDiff line numberDiff 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

src/material/chips/tokens.ts

+1-1
Original file line numberDiff line numberDiff 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

src/material/list/tokens.ts

+1-1
Original file line numberDiff line numberDiff 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. */
1212
export 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

src/material/select/select.ts

+1-1
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)