Merge pull request #205 from Chr1s0Blood/fix

fix: typo in SteamAppsDetails interface
This commit is contained in:
Hydra
2024-05-06 03:23:33 +01:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ export interface SteamAppDetails {
minimum: string;
recommended: string;
};
linux_requirmenets: {
linux_requirements: {
minimum: string;
recommended: string;
};