diff --git a/src/js/assets.js b/src/js/assets.js index 5f75912fc..38780d25a 100644 --- a/src/js/assets.js +++ b/src/js/assets.js @@ -219,7 +219,7 @@ api.fetchFilterList = function(mainlistURL, onLoad, onError) { // https://github.com/AdguardTeam/FiltersRegistry/issues/82 // Not checking for `errored` status was causing repeated notifications - // to the caller. This can happens when more than one out of multiple + // to the caller. This can happen when more than one out of multiple // sublists can't be fetched. var onLocalLoadError = function(details) { if ( errored ) { return; }