Skip to content

Commit aef27e3

Browse files
committed
docs: Fixed typo
1 parent 98887a2 commit aef27e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solid/src/modal/modal-dialog.service.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { ConfirmModal } from '@spuxx/solid';
1010
* ```tsx
1111
* // Provide ModalPortal somewhere in your application
1212
* import { Modal, ModalPortal, ConfirmModal } from '@spuxx/solid';
13-
* <MoalPortal />
13+
* <ModalPortal />
1414
*
1515
* // Show a modal dialog
1616
* Modal.show(ConfirmModal, { title: 'Hello World!' });

0 commit comments

Comments
 (0)