Skip to content

Commit 92bdbc1

Browse files
committed
fix tab example syntax
1 parent cb6dcc4 commit 92bdbc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/components/tabs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can add any number of tabs, and other components inside of tabs.
2727
2828
<RequestExample>
2929
30-
```jsx Tabs Example
30+
````jsx Tabs Example
3131
<Tabs>
3232
<Tab title="First Tab">
3333
☝️ Welcome to the content that you can only see inside the first Tab.
@@ -46,7 +46,7 @@ You can add any number of tabs, and other components inside of tabs.
4646
💪 Here's content that's only inside the third Tab.
4747
</Tab>
4848
</Tabs>
49-
```
49+
````
5050
5151
</RequestExample>
5252

0 commit comments

Comments
 (0)