From f7f1a586d1e71b03fc0616075f84782d61914f26 Mon Sep 17 00:00:00 2001 From: Chr1s0Blood Date: Sun, 5 May 2024 15:50:17 -0300 Subject: [PATCH] fix: typo in SteamAppsDetails interface --- src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/index.ts b/src/types/index.ts index 9cb3a163..282c4e1c 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -28,7 +28,7 @@ export interface SteamAppDetails { minimum: string; recommended: string; }; - linux_requirmenets: { + linux_requirements: { minimum: string; recommended: string; };