Skip to content

Commit

Permalink
Fix: Typo in Tabs Example (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiswaViraj committed Feb 24, 2020
1 parent 0a8e7f5 commit 66754d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/examples/Tabs.js
Expand Up @@ -25,7 +25,7 @@ const Example = (props) => {
className={classnames({ active: activeTab === '2' })}
onClick={() => { toggle('2'); }}
>
Moar Tabs
More Tabs
</NavLink>
</NavItem>
</Nav>
Expand Down

0 comments on commit 66754d4

Please sign in to comment.