We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98887a2 commit aef27e3Copy full SHA for aef27e3
packages/solid/src/modal/modal-dialog.service.tsx
@@ -10,7 +10,7 @@ import { ConfirmModal } from '@spuxx/solid';
10
* ```tsx
11
* // Provide ModalPortal somewhere in your application
12
* import { Modal, ModalPortal, ConfirmModal } from '@spuxx/solid';
13
- * <MoalPortal />
+ * <ModalPortal />
14
*
15
* // Show a modal dialog
16
* Modal.show(ConfirmModal, { title: 'Hello World!' });
0 commit comments