Skip to content

Commit

Permalink
fix typo in helpers.ts (#4)
Browse files Browse the repository at this point in the history
* Update helpers.ts

fix typo
  • Loading branch information
Mortyyka committed Nov 11, 2023
1 parent 4787532 commit 68ddeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 68ddeb6

Please sign in to comment.