Skip to content

Commit 70faed5

Browse files
committed
copyedit
1 parent 642e6be commit 70faed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/code-groups.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class HelloWorld {
3030

3131
## Language dropdown
3232

33-
You can replace the tabs in a code group with a dropdown menu to toggle between languages using `dropdown` prop.
33+
You can replace the tabs in a code group with a dropdown menu to toggle between languages using the `dropdown` prop.
3434

3535
<CodeGroup dropdown>
3636

@@ -53,7 +53,7 @@ class HelloWorld {
5353
</CodeGroup>
5454

5555

56-
````mdx
56+
````mdx highlight=1
5757
<CodeGroup dropdown>
5858

5959
```javascript helloWorld.js

0 commit comments

Comments
 (0)