diff --git a/docs/content/3.components/modal.md b/docs/content/3.components/modal.md index 9e94eecb..ca24f85b 100644 --- a/docs/content/3.components/modal.md +++ b/docs/content/3.components/modal.md @@ -334,7 +334,7 @@ name: 'modal-programmatic-example' :: ::tip -You can close the modal within the modal component by emitting `"emit('close')`. +You can close the modal within the modal component by emitting `emit('close')`. :: ### Nested modals