Fix typos.

This commit is contained in:
Kevin Schaaf 2015-11-20 11:59:00 -08:00
parent 186e053697
commit c12d3edfab

View File

@ -815,7 +815,7 @@ suite('compound binding / string interpolation', function() {
assert.equal(el.$.compound2.textContent.trim(), 'literal1 literal2 literal3 literal literal4');
});
test('malformed bindings ignroed', function() {
test('malformed bindings ignored', function() {
var el = document.createElement('x-basic');
el.bool = true;
assert.isTrue(el.$.boundChild.textContent.indexOf('really.long.identifier.in.malformed.binding.should.be.ignored') >= 0, true);