Skip to content

Commit

Permalink
spelling: there-when
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent d991cce commit 240701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/property-effects.html
Expand Up @@ -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');
Expand Down

0 comments on commit 240701e

Please sign in to comment.