Skip to content

Commit

Permalink
fix small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
David Narbutovich committed Feb 25, 2018
1 parent ddc7bc0 commit 7e9dbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ const CustomTab = ({ children }) => (
</Tab>
);
CustomTab.tabsRosle = 'Tab'; // Required field to use your custom Tab
CustomTab.tabsRole = 'Tab'; // Required field to use your custom Tab
const App = () => (
<Tabs>
Expand Down

0 comments on commit 7e9dbaf

Please sign in to comment.