Skip to content

Commit 8f0ab46

Browse files
Fix typo (#393)
1 parent 72317a0 commit 8f0ab46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/3.api/2.composables/1.use-modal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ With `useModal()`{lang=ts}, that means you don't have to add the modal to your V
66

77
## Prerequisite
88

9-
Using `useModal()`{lang=ts} to control dynamic modal must add [\<ModalsConatiner>](/api/components/modals-container) to your main `App.vue` file like so:
9+
Using `useModal()`{lang=ts} to control dynamic modal must add [\<ModalsContainer />](/api/components/modals-container) to your main `App.vue` file like so:
1010

1111
```vue [App.vue]
1212
<script setup lang="ts">
@@ -143,4 +143,4 @@ const modalInstance = useModal({
143143

144144
::alert{type=info}
145145
Checkout [Types section](/get-started/guide/types).
146-
::
146+
::

0 commit comments

Comments
 (0)