Skip to content

Commit 484bb5b

Browse files
pankajparkarjosephperrott
authored andcommitted
Changed directive name from MdAccordion to MatAccordion (angular#10434)
1 parent 58e6b79 commit 484bb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/expansion/expansion-panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let uniqueId = 0;
4545
* `<mat-expansion-panel>`
4646
*
4747
* This component can be used as a single element to show expandable content, or as one of
48-
* multiple children of an element with the MdAccordion directive attached.
48+
* multiple children of an element with the MatAccordion directive attached.
4949
*/
5050
@Component({
5151
moduleId: module.id,

0 commit comments

Comments
 (0)