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 642e6be commit 70faed5Copy full SHA for 70faed5
components/code-groups.mdx
@@ -30,7 +30,7 @@ class HelloWorld {
30
31
## Language dropdown
32
33
-You can replace the tabs in a code group with a dropdown menu to toggle between languages using `dropdown` prop.
+You can replace the tabs in a code group with a dropdown menu to toggle between languages using the `dropdown` prop.
34
35
<CodeGroup dropdown>
36
@@ -53,7 +53,7 @@ class HelloWorld {
53
</CodeGroup>
54
55
56
-````mdx
+````mdx highlight=1
57
58
59
```javascript helloWorld.js
0 commit comments