diff --git a/test/unit/bind.html b/test/unit/bind.html
index 9a0271c9d5..086c518648 100644
--- a/test/unit/bind.html
+++ b/test/unit/bind.html
@@ -815,7 +815,7 @@
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);