diff --git a/data/src/cache.js b/data/src/cache.js index a63f870..1c5350e 100644 --- a/data/src/cache.js +++ b/data/src/cache.js @@ -193,7 +193,7 @@ class EJS_Download { contentLength = parsedContentLength; } } catch (e) { - // swallow any errors parseing content length + // swallow any errors parsing content length } } const reader = resp.body.getReader();