Skip to content

Commit 9c2725b

Browse files
committed
fix(alert): typo in template
1 parent d137e0e commit 9c2725b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/coreui-angular/src/lib/alert/alert.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ng-template [ngIf]="dismissible">
33
<ng-container *ngTemplateOutlet="templates?.alertButtonCloseTemplate || defaultAlertButtonCloseTemplate">
44
</ng-container>
5-
</ng-template>ś
5+
</ng-template>
66
<ng-content></ng-content>
77
</ng-container>
88

0 commit comments

Comments
 (0)