mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-14 20:22:10 +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;
|
||||
recommended: string;
|
||||
};
|
||||
linux_requirmenets: {
|
||||
linux_requirements: {
|
||||
minimum: string;
|
||||
recommended: string;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue