From 6fb4ea53729856a07116e43c6e727fd4903f3e76 Mon Sep 17 00:00:00 2001 From: Alphons Joseph <93847055+Crazypersonalph@users.noreply.github.com> Date: Mon, 17 Mar 2025 19:23:59 +0800 Subject: [PATCH] feat min: fix spelling mistake --- src/SEQTA.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 9712adf4..66fd570f 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -46,7 +46,7 @@ async function init() { }) } console.info( - "[BetterSEQTA+] Successfully initalised BetterSEQTA+, starting to load assets.", + "[BetterSEQTA+] Successfully initialised BetterSEQTA+, starting to load assets.", ) } catch (error: any) { console.error(error)