From f4529864fc66bf6a07ae06844dc97b9f444dc430 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 7 Sep 2017 04:36:19 +0000 Subject: [PATCH] spelling: loaded --- lib/utils/import-href.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/import-href.html b/lib/utils/import-href.html index d1d96d442f..24b394159e 100644 --- a/lib/utils/import-href.html +++ b/lib/utils/import-href.html @@ -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);