Skip to content

Commit 45e660f

Browse files
docs(material/button-toggle): fix typo in documentation (angular#29955)
1 parent ade32c6 commit 45e660f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/button-toggle/button-toggle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface MatButtonToggleDefaultOptions {
5656
* setting an appearance on a button toggle or group.
5757
*/
5858
appearance?: MatButtonToggleAppearance;
59-
/** Whetehr icon indicators should be hidden for single-selection button toggle groups. */
59+
/** Whether icon indicators should be hidden for single-selection button toggle groups. */
6060
hideSingleSelectionIndicator?: boolean;
6161
/** Whether icon indicators should be hidden for multiple-selection button toggle groups. */
6262
hideMultipleSelectionIndicator?: boolean;

0 commit comments

Comments
 (0)