Skip to content

Commit 7e9dbaf

Browse files
author
David Narbutovich
authored
1 parent ddc7bc0 commit 7e9dbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ const CustomTab = ({ children }) => (
346346
</Tab>
347347
);
348348
349-
CustomTab.tabsRosle = 'Tab'; // Required field to use your custom Tab
349+
CustomTab.tabsRole = 'Tab'; // Required field to use your custom Tab
350350
351351
const App = () => (
352352
<Tabs>

0 commit comments

Comments
 (0)