chore: fix some typos

Signed-off-by: tianzedavid <cuitianze@aliyun.com>
This commit is contained in:
tianzedavid
2025-02-13 01:00:46 +08:00
parent bb797dcb2a
commit 7ee7922766
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import Base64 from '../base64.js';
// Touch detection
export let isTouchDevice = ('ontouchstart' in document.documentElement) ||
// requried for Chrome debugger
// required for Chrome debugger
(document.ontouchstart !== undefined) ||
// required for MS Surface
(navigator.maxTouchPoints > 0) ||