Update docs

This commit is contained in:
Valentin Palkovic 2025-03-03 20:59:32 +01:00
parent 3f0ea40868
commit 1910ac0462

View File

@ -89,7 +89,7 @@ Use the `language` attribute to define the language to which the code snippet ap
{/* prettier-ignore-start */}
````md title="docs/_snippets/button-stories.md"
```ts filename="Button.stories.ts" language="js|ts|ts-4-9|mdx"
```ts filename="Button.stories.ts" language="js|ts|mdx"
```
````