Skip to content

Commit 5aefb8b

Browse files
committed
Fix names of tab components in documentation
1 parent a9c24b7 commit 5aefb8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/ComponentsPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ const ComponentsPage = React.createClass({
513513

514514
{/* Tabbed Areas */}
515515
<div className='bs-docs-section'>
516-
<h1 className='page-header'><Anchor id='tabs'>Togglable tabs</Anchor> <small>TabbedArea, TabPane</small></h1>
516+
<h1 className='page-header'><Anchor id='tabs'>Togglable tabs</Anchor> <small>Tabs, Tab</small></h1>
517517

518518
<p>Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.</p>
519519

0 commit comments

Comments
 (0)