Skip to content

Commit 8be2123

Browse files
Update src/contained-list/contained-list.component.spec.ts
Co-authored-by: Zvonimir Fras <zvonimir.fras@gmail.com>
1 parent b8eb444 commit 8be2123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contained-list/contained-list.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { ContainedListKind, ContainedListSize } from "./contained-list.enums";
1212
@Component({
1313
template: `
1414
<ng-template #label>
15-
<h1>My Contained List</h1>
15+
<h1>My contained list</h1>
1616
</ng-template>
1717
1818
<ng-template #action>

0 commit comments

Comments
 (0)