Skip to content

Commit b4b1745

Browse files
pankajparkarmmalerba
authored andcommitted
Changed directive name from MdAccordion to MatAccordion (#10434)
1 parent b0da9a6 commit b4b1745

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)