Skip to content

Commit

Permalink
typos (#7716)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Jun 6, 2019
1 parent 6d02dd6 commit 60c073a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/javascripts/test_helper.js
Expand Up @@ -156,7 +156,7 @@ QUnit.testDone(function() {
server.shutdown();

// ensures any event not removed is not leaking between tests
// most like in intialisers, other places (controller, component...)
// most likely in intialisers, other places (controller, component...)
// should be fixed in code
var appEvents = window.Discourse.__container__.lookup("app-events:main");
var events = appEvents.__proto__._events;
Expand All @@ -167,7 +167,7 @@ QUnit.testDone(function() {
});
});

// attempts to remove any subscribed message bug callback
// attempts to remove any subscribed message bus callback
window.MessageBus.callbacks.forEach(function(callback) {
window.MessageBus.unsubscribe(callback.channel, callback.func);
});
Expand Down

0 comments on commit 60c073a

Please sign in to comment.