diff --git a/fern/products/docs/pages/component-library/default-components/tabs.mdx b/fern/products/docs/pages/component-library/default-components/tabs.mdx index 9c79372fc..9a8293654 100644 --- a/fern/products/docs/pages/component-library/default-components/tabs.mdx +++ b/fern/products/docs/pages/component-library/default-components/tabs.mdx @@ -11,9 +11,9 @@ The Tabs component organizes content into separate tabs that users can switch be - The language associated with the code block. Any arbitrary string may be used. + 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. + 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. Syncs with the [`for` property of ``](/learn/docs/writing-content/components/code-blocks#override-synchronization).