mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
Merge pull request #205 from Chr1s0Blood/fix
fix: typo in SteamAppsDetails interface
This commit is contained in:
commit
75ddc9276f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export interface SteamAppDetails {
|
||||||
minimum: string;
|
minimum: string;
|
||||||
recommended: string;
|
recommended: string;
|
||||||
};
|
};
|
||||||
linux_requirmenets: {
|
linux_requirements: {
|
||||||
minimum: string;
|
minimum: string;
|
||||||
recommended: string;
|
recommended: string;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue