瀏覽代碼

fixed typo

Gildas 7 年之前
父節點
當前提交
537c673776
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/single-file/util/doc-util-core.js

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

@@ -46,7 +46,7 @@ this.DocUtilCore = this.DocUtilCore || (() => {
 				};
 			}
 
-			return class DocUtl {
+			return class DocUtil {
 				static async getContent(resourceURL, options) {
 					return domUtil.getContent(resourceURL, options);
 				}