diff --git a/src/material/autocomplete/autocomplete.ts b/src/material/autocomplete/autocomplete.ts index d9a1af93344d..390183a1ffc2 100644 --- a/src/material/autocomplete/autocomplete.ts +++ b/src/material/autocomplete/autocomplete.ts @@ -74,7 +74,7 @@ export interface MatAutocompleteDefaultOptions { /** Class or list of classes to be applied to the autocomplete's overlay panel. */ overlayPanelClass?: string | string[]; - /** Wheter icon indicators should be hidden for single-selection. */ + /** Whether icon indicators should be hidden for single-selection. */ hideSingleSelectionIndicator?: boolean; } diff --git a/src/material/chips/tokens.ts b/src/material/chips/tokens.ts index 197c3fa4d502..9e70ec83fbf1 100644 --- a/src/material/chips/tokens.ts +++ b/src/material/chips/tokens.ts @@ -14,7 +14,7 @@ export interface MatChipsDefaultOptions { /** The list of key codes that will trigger a chipEnd event. */ separatorKeyCodes: readonly number[] | ReadonlySet; - /** Wheter icon indicators should be hidden for single-selection. */ + /** Whether icon indicators should be hidden for single-selection. */ hideSingleSelectionIndicator?: boolean; } diff --git a/src/material/list/tokens.ts b/src/material/list/tokens.ts index 9389fa311b71..d882ceed932a 100644 --- a/src/material/list/tokens.ts +++ b/src/material/list/tokens.ts @@ -10,7 +10,7 @@ import {InjectionToken} from '@angular/core'; /** Object that can be used to configure the default options for the list module. */ export interface MatListConfig { - /** Wheter icon indicators should be hidden for single-selection. */ + /** Whether icon indicators should be hidden for single-selection. */ hideSingleSelectionIndicator?: boolean; } diff --git a/src/material/select/select.ts b/src/material/select/select.ts index 3c5937e6da8c..e99ce6b7d40b 100644 --- a/src/material/select/select.ts +++ b/src/material/select/select.ts @@ -127,7 +127,7 @@ export interface MatSelectConfig { /** Class or list of classes to be applied to the menu's overlay panel. */ overlayPanelClass?: string | string[]; - /** Wheter icon indicators should be hidden for single-selection. */ + /** Whether icon indicators should be hidden for single-selection. */ hideSingleSelectionIndicator?: boolean; /**