Skip to content

Commit

Permalink
spelling: loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent 88ce972 commit f452986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/import-href.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
link.setAttribute('async', '');
}
// NOTE: the link may now be in 3 states: (1) pending insertion,
// (2) inflight, (3) already laoded. In each case, we need to add
// (2) inflight, (3) already loaded. In each case, we need to add
// event listeners to process callbacks.
let cleanup = function() {
link.removeEventListener('load', loadListener);
Expand Down

0 comments on commit f452986

Please sign in to comment.