Skip to content

Commit

Permalink
docs: fix whether typos (#30204)
Browse files Browse the repository at this point in the history
  • Loading branch information
singhimalaya authored Dec 18, 2024
1 parent 704dc08 commit 6e4f663
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/material/autocomplete/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion src/material/chips/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface MatChipsDefaultOptions {
/** The list of key codes that will trigger a chipEnd event. */
separatorKeyCodes: readonly number[] | ReadonlySet<number>;

/** Wheter icon indicators should be hidden for single-selection. */
/** Whether icon indicators should be hidden for single-selection. */
hideSingleSelectionIndicator?: boolean;
}

Expand Down
2 changes: 1 addition & 1 deletion src/material/list/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion src/material/select/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit 6e4f663

Please sign in to comment.