diff --git a/fern/pages/docs/components/tabs.mdx b/fern/pages/docs/components/tabs.mdx
index acac2301278..9c79372fcd9 100644
--- a/fern/pages/docs/components/tabs.mdx
+++ b/fern/pages/docs/components/tabs.mdx
@@ -10,6 +10,12 @@ The Tabs component organizes content into separate tabs that users can switch be
The title displayed in the tab header
+
+ The language associated with the code block. Any arbitrary string may be used.
+
+ When a user selects a tab with a specific language, all other tabs assigned to the same language will automatically sync and switch to match.
+
+
The content to be displayed when the tab is selected. Can include text, markdown, and components.
@@ -46,4 +52,4 @@ The Tabs component organizes content into separate tabs that users can switch be
```
-
\ No newline at end of file
+