Skip to content

Commit

Permalink
docs(material/button-toggle): fix typo in documentation (#29955)
Browse files Browse the repository at this point in the history
(cherry picked from commit 45e660f)
  • Loading branch information
jacksondearing96 authored and crisbeto committed Nov 4, 2024
1 parent 3565b50 commit 9c8bd3e
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 9c8bd3e

Please sign in to comment.