Skip to content

Commit 6046647

Browse files
authored
Update template-registry.ts (#2769)
1 parent c9815c6 commit 6046647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/template-registry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ export default interface HdsComponentsRegistry {
710710
'Hds::Modal': typeof HdsModalComponent;
711711
'hds/modal': typeof HdsModalComponent;
712712

713-
'Hds::ModalBoty': typeof HdsModalBodyComponent;
713+
'Hds::ModalBody': typeof HdsModalBodyComponent;
714714
'hds/modal/body': typeof HdsModalBodyComponent;
715715

716716
'Hds::ModalFooter': typeof HdsModalFooterComponent;

0 commit comments

Comments
 (0)