diff options
-rw-r--r-- | packages/astro/components/Code.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/components/Code.astro b/packages/astro/components/Code.astro index d1c019c60..8818b2ae0 100644 --- a/packages/astro/components/Code.astro +++ b/packages/astro/components/Code.astro @@ -26,7 +26,7 @@ interface Props extends Omit<HTMLAttributes<'pre'>, 'lang'> { /** * A metastring to pass to the highlighter. * Allows passing information to transformers: https://shiki.style/guide/transformers#meta - * + * * @default undefined */ meta?: string; |