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
commit 75ddc9276f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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