From 3e9cc0a417a825e246f7af19060cd9ecbc9d00b5 Mon Sep 17 00:00:00 2001 From: Xmader Date: Mon, 19 Oct 2020 08:00:20 -0400 Subject: [PATCH] fix typo --- src/file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file.ts b/src/file.ts index bb5d3af..98cf668 100644 --- a/src/file.ts +++ b/src/file.ts @@ -14,7 +14,7 @@ const getApiUrl = (type: FileType, index: number): string => { /** * Retrieve (webpack_require) a module from the page's webpack package * - * I know this is super hacking. + * I know this is super hacky. */ const webpackHook = (moduleId: string, globalWebpackJson = window['webpackJsonpmusescore']) => { const pack = globalWebpackJson.find(x => x[1][moduleId])