Skip to content

Commit

Permalink
fix(tabs-provider): fix very minor typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielchl committed Oct 23, 2024
1 parent 357b776 commit d46a7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TabsProvider/TabsProvider.stories.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ the id prefixed with the property value. Otherwise, the ids will be prefixed wit
string. For example:

```tsx
<TabsProvider selectedKey="tab-1" id="world">
<TabsProvider selectedTab="tab-1" id="world">
<TabList>
<Tab key="tab-1" /> {/* id: worldtab-1 */}
<Tab key="tab-2" /> {/* id: worldtab-2 */}
Expand Down

0 comments on commit d46a7e8

Please sign in to comment.