From cd767e3390953353d9b5b621af70892bb6b7cb3d Mon Sep 17 00:00:00 2001 From: itzaname Date: Fri, 27 Jun 2025 22:17:30 -0400 Subject: [PATCH] Typo --- dev.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.proto b/dev.proto index 7d3007c..847c35f 100644 --- a/dev.proto +++ b/dev.proto @@ -13,7 +13,7 @@ message APIValidationRequest { string Permission = 2; string Key = 3; string IP = 4; - string Resouce = 5; + string Resource = 5; } message APIValidationResponse {