From eb46e31ffb4f9984b67dc72b3d1ad1c30ab8583c Mon Sep 17 00:00:00 2001 From: ExXTreMe315 <112979320+ExXTreMe315@users.noreply.github.com> Date: Thu, 17 Apr 2025 17:49:04 +0200 Subject: [PATCH] docs(modal): typo in programmatic emit (#3918) Co-authored-by: Benjamin Canac --- docs/content/3.components/modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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