diff --git a/docs/contribute/documentation/new-snippets.mdx b/docs/contribute/documentation/new-snippets.mdx index e9a47386f0d..6142364a900 100644 --- a/docs/contribute/documentation/new-snippets.mdx +++ b/docs/contribute/documentation/new-snippets.mdx @@ -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" ``` ````