Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
docs(tabs): Fix typo in dynamic tab bar example (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanzong authored and kfranqueiro committed Aug 2, 2017
1 parent b4e8b5a commit f883279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ provides a minimal example of how to do so using JavaScript, also shown below.

#### Script:
```js
var dynamicTabBar = window.dynamicTabBar = new mdc.tabBar.MDCTabBar(document.querySelector('#dynamic-tab-bar'));
var dynamicTabBar = window.dynamicTabBar = new mdc.tabs.MDCTabBar(document.querySelector('#dynamic-tab-bar'));
var dots = document.querySelector('.dots');
var panels = document.querySelector('.panels');

Expand Down

0 comments on commit f883279

Please sign in to comment.