Skip to content

Commit

Permalink
spelling: notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent 159803a commit ee74114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/property-effects.html
Expand Up @@ -635,7 +635,7 @@

suite('handling notifying evevnts', function() {

test('handle notifcation event and set property with observer when connected', function() {
test('handle notification event and set property with observer when connected', function() {
var el = document.createElement('x-handle-notify-event');
document.body.appendChild(el);
assert.ok(el.shadowRoot.querySelector('#before'), 'element not found before default notifying element');
Expand All @@ -649,7 +649,7 @@
document.body.removeChild(el);
});

test('handle notifcation event and set property with observer when *not* connected and _enableProperties called', function() {
test('handle notification event and set property with observer when *not* connected and _enableProperties called', function() {
var el = document.createElement('x-handle-notify-event');
el._enableProperties();
assert.ok(el.shadowRoot.querySelector('#before'), 'element not found before default notifying element');
Expand Down

0 comments on commit ee74114

Please sign in to comment.