Skip to content

Commit dab5eba

Browse files
andrewseguinjosephperrott
authored andcommitted
docs(expansion): fix directive typo (#11105)
1 parent 1071680 commit dab5eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/expansion/expansion-panel-header.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class MatExpansionPanelHeader implements OnDestroy {
136136
/**
137137
* `<mat-panel-description>`
138138
*
139-
* This direction is to be used inside of the MatExpansionPanelHeader component.
139+
* This directive is to be used inside of the MatExpansionPanelHeader component.
140140
*/
141141
@Directive({
142142
selector: 'mat-panel-description',
@@ -149,7 +149,7 @@ export class MatExpansionPanelDescription {}
149149
/**
150150
* `<mat-panel-title>`
151151
*
152-
* This direction is to be used inside of the MatExpansionPanelHeader component.
152+
* This directive is to be used inside of the MatExpansionPanelHeader component.
153153
*/
154154
@Directive({
155155
selector: 'mat-panel-title',

0 commit comments

Comments
 (0)