Skip to content

Commit e02e9a6

Browse files
committed
docs(expansion): fix docs for togglePosition input (#16571)
Fixes #16570
1 parent 3c0d980 commit e02e9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/expansion/expansion-panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class MatExpansionPanel extends CdkAccordionItem implements AfterContentI
113113
this._hideToggle = coerceBooleanProperty(value);
114114
}
115115

116-
/** Whether the toggle indicator should be hidden. */
116+
/** The position of the expansion indicator. */
117117
@Input()
118118
get togglePosition(): MatAccordionTogglePosition {
119119
return this._togglePosition || (this.accordion && this.accordion.togglePosition);

0 commit comments

Comments
 (0)