From a6d0f9e26d4709574b43d1ab008ceb7925f5b53c Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:09:55 +0200 Subject: chore: Fix typo in comment (#448) Just fixes a single typo in a comment --- src-vue/src/plugins/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-vue/src') diff --git a/src-vue/src/plugins/store.ts b/src-vue/src/plugins/store.ts index 76a33b48..37d0d89d 100644 --- a/src-vue/src/plugins/store.ts +++ b/src-vue/src/plugins/store.ts @@ -280,7 +280,7 @@ export const store = createStore({ async loadInstalledMods(state: FlightCoreStore) { // If there's no game path, prevent looking for installed mods. if (state.game_install.game_path === undefined) { - console.warn('Cannot load installed mods since so game path is selected.'); + console.warn('Cannot load installed mods since no game path is selected.'); return; } -- cgit v1.2.3