소스 검색

fixed typo

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

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

@@ -434,7 +434,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 			}
 			const content = docUtil.serialize(this.doc, this.options.compressHTML);
 			if (this.options.displayStats) {
-				const contentSize = docutil.getContentSize(content);
+				const contentSize = docUtil.getContentSize(content);
 				this.stats.set("processed", "HTML bytes", contentSize);
 				this.stats.add("discarded", "HTML bytes", size - contentSize);
 			}