Skip to content

Commit

Permalink
Fix typo in selected example tabs component (carbon-design-system#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcaraway authored and marijohannessen committed Jul 5, 2018
1 parent 0af86f5 commit a4946fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tabs/Tabs-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ storiesOf('Tabs', module)
<div className="some-content">Content for third tab goes here.</div>
</Tab>
<Tab {...props.tab} label="Tab label 4">
<div className="some-content">ontent for fourth tab goes here.</div>
<div className="some-content">Content for fourth tab goes here.</div>
</Tab>
</Tabs>
)
Expand Down

0 comments on commit a4946fd

Please sign in to comment.