소스 검색

fixed typo

Gildas 7 년 전
부모
커밋
b029f221b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/single-file/single-file-core.js

+ 1 - 1
lib/single-file/single-file-core.js

@@ -96,7 +96,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 			{ option: "removeImports", action: "removeImports" },
 			{ option: "removeScripts", action: "removeScripts" },
 			{ option: "removeVideoSrc", action: "removeVideoSources" },
-			{ option: "removeAudioSrc", action: "removeAudiosources" },
+			{ option: "removeAudioSrc", action: "removeAudioSources" },
 			{ action: "removeDiscardedResources" },
 			{ action: "resetCharsetMeta" },
 			{ action: "setInputValues" },