From b69239ace5dde3e0be7d88ac6f23314ca1187ffa Mon Sep 17 00:00:00 2001 From: Jan Temmerman Date: Thu, 26 Jun 2025 09:34:07 +0200 Subject: [PATCH] Update 3.usage.md fixed a typo --- content/1.getting-started/3.usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/1.getting-started/3.usage.md b/content/1.getting-started/3.usage.md index e757e76..9d75bb9 100644 --- a/content/1.getting-started/3.usage.md +++ b/content/1.getting-started/3.usage.md @@ -33,7 +33,7 @@ defineProps({ Import an existing Vue component and convert into a HTML string. ::callout{icon="i-heroicons-light-bulb"} -You can use the `pretty` option to beatify the output. +You can use the `pretty` option to beautify the output. :: ```ts