mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fix typos.
This commit is contained in:
parent
186e053697
commit
c12d3edfab
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user