Skip to content

Commit 240701e

Browse files
committed
spelling: there-when
1 parent d991cce commit 240701e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/property-effects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@
11801180
test('compound adjacent textNode bindings', function() {
11811181
// The single space is due to the gambit to prevent empty text nodes
11821182
// from being omitted by IE during importNode from the template; it will
1183-
// only be there the when in the virgin state after cloning the template
1183+
// only be there when in the virgin state after cloning the template
11841184
assert.equal(el.$.compound1.textContent, ' ');
11851185
el.cpnd2 = 'cpnd2';
11861186
assert.equal(el.$.compound1.textContent, 'cpnd2');

0 commit comments

Comments
 (0)