We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d991cce commit 240701eCopy full SHA for 240701e
test/unit/property-effects.html
@@ -1180,7 +1180,7 @@
1180
test('compound adjacent textNode bindings', function() {
1181
// The single space is due to the gambit to prevent empty text nodes
1182
// 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
+ // only be there when in the virgin state after cloning the template
1184
assert.equal(el.$.compound1.textContent, ' ');
1185
el.cpnd2 = 'cpnd2';
1186
assert.equal(el.$.compound1.textContent, 'cpnd2');
0 commit comments