From 68ddeb6758249adb6a23d387e3a0169220d683f3 Mon Sep 17 00:00:00 2001 From: Mortyyka <50298953+Mortyyka@users.noreply.github.com> Date: Sat, 11 Nov 2023 21:38:50 +0100 Subject: [PATCH] fix typo in helpers.ts (#4) * Update helpers.ts fix typo --- src/utils/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/helpers.ts b/src/utils/helpers.ts index 58f892ff..c524a438 100644 --- a/src/utils/helpers.ts +++ b/src/utils/helpers.ts @@ -111,7 +111,7 @@ export const fetchUpdateInfo = async () => { title: "Update Available!", description: `New launcher build is available! Your launcher build version: #${version} -Current launcher vuild version: #${updateInfo.version} +Current launcher build version: #${updateInfo.version} Click "Download" to open release page`, boxWidth: 550, buttonWidth: 160,