From 6f753991d394de4b2fd4d2c9e440d5b6d23ae1da Mon Sep 17 00:00:00 2001 From: Pankaj Parkar Date: Thu, 15 Mar 2018 18:11:20 +0530 Subject: [PATCH] Changed directive name from `MdAccordion` to `MatAccordion` --- src/lib/expansion/expansion-panel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/expansion/expansion-panel.ts b/src/lib/expansion/expansion-panel.ts index 2b3631e2f343..fd1e4d9caee9 100644 --- a/src/lib/expansion/expansion-panel.ts +++ b/src/lib/expansion/expansion-panel.ts @@ -45,7 +45,7 @@ let uniqueId = 0; * `` * * This component can be used as a single element to show expandable content, or as one of - * multiple children of an element with the MdAccordion directive attached. + * multiple children of an element with the MatAccordion directive attached. */ @Component({ moduleId: module.id,