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);
 				}