From b8aaf2d8d744f1104e7cd00d307c5e8366416489 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sun, 6 May 2018 21:01:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20typo=20=E2=80=98bacasuse=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/DOMHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/DOMHelper.js b/src/utils/DOMHelper.js index 5838df9..bb4df75 100644 --- a/src/utils/DOMHelper.js +++ b/src/utils/DOMHelper.js @@ -100,7 +100,7 @@ const PAGE_TYPES = { * this function tries to tell which type current page is of * * note: not determining through file extension here - * becasuse there might be files using wrong extension name + * because there might be files using wrong extension name * * TODO: distinguish type 'preview' */