We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776435f commit 53c4cffCopy full SHA for 53c4cff
components/code-groups.mdx
@@ -26,7 +26,7 @@ class HelloWorld {
26
27
</CodeGroup>
28
29
-To create a code group, wrap multiple code blocks with `<CodeGroup>` tags. Each code block must include filename, which becomes the tab label.
+To create a code group, wrap multiple code blocks with `<CodeGroup>` tags. Each code block must include a title, which becomes the tab label.
30
31
````mdx
32
<CodeGroup>
0 commit comments