Skip to content

Commit 0296a99

Browse files
authored
chore: clarify tab syncing (#483)
1 parent 47688eb commit 0296a99

File tree

1 file changed

+2
-2
lines changed
  • fern/products/docs/pages/component-library/default-components

1 file changed

+2
-2
lines changed

fern/products/docs/pages/component-library/default-components/tabs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The Tabs component organizes content into separate tabs that users can switch be
1111
</ParamField>
1212

1313
<ParamField path="language" type="string" required={false}>
14-
The language associated with the code block. Any arbitrary string may be used.
14+
The language associated with the code block. Any arbitrary string may be used.
1515

16-
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.
16+
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 `<CodeBlocks />`](/learn/docs/writing-content/components/code-blocks#override-synchronization).
1717
</ParamField>
1818

1919
<ParamField path="children" type="string | JSX" required={true}>

0 commit comments

Comments
 (0)