Skip to content

Commit

Permalink
[Angular] Fix typo in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksondearing96 authored Nov 1, 2024
1 parent 82a1b03 commit 6ff2b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/button-toggle/button-toggle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export interface MatButtonToggleDefaultOptions {
* setting an appearance on a button toggle or group.
*/
appearance?: MatButtonToggleAppearance;
/** Whetehr icon indicators should be hidden for single-selection button toggle groups. */
/** Whether icon indicators should be hidden for single-selection button toggle groups. */
hideSingleSelectionIndicator?: boolean;
/** Whether icon indicators should be hidden for multiple-selection button toggle groups. */
hideMultipleSelectionIndicator?: boolean;
Expand Down

0 comments on commit 6ff2b85

Please sign in to comment.