Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Jul 26, 2014
1 parent 30a426b commit 30ee126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/polymer/styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ In rare cases, you may need to shim a stylesheet yourself. {{site.project_title}
...
</style>

var style = document.querySelector('newstyles');
var style = document.querySelector('#newstyles');

var cssText = Platform.ShadowCSS.shimCssText(
style.textContent, 'my-scope');
Expand Down

0 comments on commit 30ee126

Please sign in to comment.