Skip to content

Commit 6ff2b85

Browse files
[Angular] Fix typo in documentation.
1 parent 82a1b03 commit 6ff2b85

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)