mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: typo in SteamAppsDetails interface
This commit is contained in:
parent
6483698305
commit
f7f1a586d1
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…
Add table
Add a link
Reference in a new issue