From 240701ec52be51947a2c6ea1ac042554aa0506c9 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 7 Sep 2017 04:26:13 +0000 Subject: [PATCH] spelling: there-when --- test/unit/property-effects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/property-effects.html b/test/unit/property-effects.html index 9501ea3393..31f1676334 100644 --- a/test/unit/property-effects.html +++ b/test/unit/property-effects.html @@ -1180,7 +1180,7 @@ test('compound adjacent textNode bindings', function() { // The single space is due to the gambit to prevent empty text nodes // from being omitted by IE during importNode from the template; it will - // only be there the when in the virgin state after cloning the template + // only be there when in the virgin state after cloning the template assert.equal(el.$.compound1.textContent, ' '); el.cpnd2 = 'cpnd2'; assert.equal(el.$.compound1.textContent, 'cpnd2');