Skip to content

Commit dde7f49

Browse files
committed
fix
1 parent b3ff039 commit dde7f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aria/accordion/accordion-content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {DeferredContent} from '../private';
1818
* by only creating the content when the panel is first expanded.
1919
*
2020
* ```html
21-
* <div ngAccordionPanel panelId="unique-id-1">
21+
* <div ngAccordionPanel>
2222
* <ng-template ngAccordionContent>
2323
* <p>This is the content that will be displayed inside the panel.</p>
2424
* </ng-template>

0 commit comments

Comments
 (0)