Skip to content

Commit 0d1b1c2

Browse files
committed
[ci skip] Fix typo
1 parent a586b72 commit 0d1b1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/styling-scoped.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@
10591059
const style = el.shadowRoot.querySelector('style');
10601060

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

0 commit comments

Comments
 (0)