Skip to content

Commit 53c4cff

Browse files
committed
correct terminology
1 parent 776435f commit 53c4cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/code-groups.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class HelloWorld {
2626

2727
</CodeGroup>
2828

29-
To create a code group, wrap multiple code blocks with `<CodeGroup>` tags. Each code block must include filename, which becomes the tab label.
29+
To create a code group, wrap multiple code blocks with `<CodeGroup>` tags. Each code block must include a title, which becomes the tab label.
3030

3131
````mdx
3232
<CodeGroup>

0 commit comments

Comments
 (0)