Skip to content

Commit ee74114

Browse files
committed
spelling: notification
1 parent 159803a commit ee74114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/property-effects.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635

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

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

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

0 commit comments

Comments
 (0)