Skip to content

Commit

Permalink
Merge pull request #10603 from svenkle/patch-1
Browse files Browse the repository at this point in the history
Updated tabs.md typo for data-tabs-target
  • Loading branch information
kball authored Sep 10, 2017
2 parents ec7dd54 + 9c78e2b commit 5c20827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are two pieces to a tabbed interface: the tabs themselves, and the content
```html
<ul class="tabs" data-tabs id="example-tabs">
<li class="tabs-title is-active"><a href="#panel1" aria-selected="true">Tab 1</a></li>
<li class="tabs-title"><a data-tabs-target="#panel2" href="#panel2">Tab 2</a></li>
<li class="tabs-title"><a data-tabs-target="panel2" href="#panel2">Tab 2</a></li>
</ul>
```

Expand Down

0 comments on commit 5c20827

Please sign in to comment.