Skip to content

Commit

Permalink
spelling: asynchronously
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 24, 2017
1 parent 12453af commit 7ee8377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/components/componentBindingBehaviors.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe('Components: Component binding', function() {
});

it('Injects and binds the component synchronously if it is flagged as synchronous and already cached, even if it previously loaded asynchronously', function() {
// Set up a component that loads asynchonously, but is flagged as being injectable synchronously
// Set up a component that loads asynchronously, but is flagged as being injectable synchronously
this.restoreAfter(window, 'require');
var requireCallbacks = {};
window.require = function(moduleNames, callback) {
Expand Down

0 comments on commit 7ee8377

Please sign in to comment.