Skip to content

Commit

Permalink
[ci skip] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe committed Mar 16, 2018
1 parent a586b72 commit 0d1b1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/styling-scoped.html
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@
const style = el.shadowRoot.querySelector('style');

// We cant use the regular "does a sub-node have the correct style",
// because we are actually need to assert on the actual style content.
// because we actually need to assert on the actual style content.
// In native shadow dom, the style element resides in the shadowRoot,
// but in shadyDOM it has moved to the head and the selector has been altered.
if (style) {
Expand Down

0 comments on commit 0d1b1c2

Please sign in to comment.