From 0d1b1c2e06260b0f96785e21dcf781b6c07ae037 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Fri, 16 Mar 2018 21:37:31 +0100 Subject: [PATCH] [ci skip] Fix typo --- test/unit/styling-scoped.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/styling-scoped.html b/test/unit/styling-scoped.html index a6f95f3bdc..47b63d85e7 100644 --- a/test/unit/styling-scoped.html +++ b/test/unit/styling-scoped.html @@ -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) {