Skip to content

Commit

Permalink
spelling: restart
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent d1da731 commit 5811105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/shady-dynamic.html
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@
var e = document.querySelector('x-outer');
var b = document.querySelector('x-outer button');
b.dispatchEvent(new Event('click', {bubbles: true}));
assert.equal(e.$.inner._eventTarget.localName, 'button', 'event retarted incorrectly');
assert.equal(e.$.inner._eventTarget.localName, 'button', 'event restarted incorrectly');
});

test('parentNode', function() {
Expand Down

0 comments on commit 5811105

Please sign in to comment.