Skip to content

Commit ad1cc44

Browse files
authored
Update dxc-accordion.component.ts
1 parent 58801aa commit ad1cc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/dxc-ngx-cdk/src/lib/dxc-accordion/dxc-accordion.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export class DxcAccordionComponent implements OnInit, OnChanges, AfterViewInit {
7777
private _disabled = false;
7878
/**
7979
* This event will emit in case the user clicks the accordion to expand or collapse
80-
* the panel. The new state of the panel will be passed as a parameter.S
80+
* the panel. The new state of the panel will be passed as a parameter.
8181
*/
8282
@Output() onClick = new EventEmitter<boolean>();
8383
/**

0 commit comments

Comments
 (0)