From 7dcc4bb33492dca0be90043abeab8529ea199d91 Mon Sep 17 00:00:00 2001 From: Alex White Date: Fri, 16 Sep 2022 20:31:53 +0100 Subject: [PATCH] updated english grammar --- Launch-Scripts/createShortcut.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launch-Scripts/createShortcut.js b/Launch-Scripts/createShortcut.js index b62abb3397..e645079997 100644 --- a/Launch-Scripts/createShortcut.js +++ b/Launch-Scripts/createShortcut.js @@ -161,7 +161,7 @@ const createShortcut = () => { // Misc Operating System } else { - console.log("Automatic shortcut creation is not currently supported on your operating system. If you would like to see your operating system added please reachout on discord or telegram to let the devs know.") + console.log("Automatic shortcut creation is not currently supported on your operating system. If you would like to see your operating system added please reach out on discord or telegram to let the devs know.") return 'Shortcuts not supported on your system' } }