From fcdd55cecd364ce9e4324a2ed47674ed92665c33 Mon Sep 17 00:00:00 2001 From: Gareth Jones <3151613+G-Rath@users.noreply.github.com> Date: Thu, 18 Sep 2025 07:16:33 +1200 Subject: [PATCH] docs: add missing space in warning --- docs/content/3.api/2.composables/1.use-modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.api/2.composables/1.use-modal.md b/docs/content/3.api/2.composables/1.use-modal.md index 2a792f20..62bcf7a7 100644 --- a/docs/content/3.api/2.composables/1.use-modal.md +++ b/docs/content/3.api/2.composables/1.use-modal.md @@ -90,7 +90,7 @@ const modalInstance = useModal({ ::alert{type=warning} Security Note: https://vuejs.org/api/built-in-directives.html#v-html -Dynamically rendering arbitrary HTML on your website can be very dangerousbecause it can easily lead to XSS attacks. Only use v-html on trusted content and never on user-provided content. +Dynamically rendering arbitrary HTML on your website can be very dangerous because it can easily lead to XSS attacks. Only use v-html on trusted content and never on user-provided content. :: #### with `Component`