Skip to content

Commit

Permalink
chore: Fix typo in comment (#448)
Browse files Browse the repository at this point in the history
Just fixes a single typo in a comment
  • Loading branch information
GeckoEidechse authored Jul 24, 2023
1 parent 44583f7 commit a6d0f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-vue/src/plugins/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export const store = createStore<FlightCoreStore>({
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;
}

Expand Down

0 comments on commit a6d0f9e

Please sign in to comment.